Exemple #1
0
strhash_t hash_string(const char *arKey, int nKeyLength) {
  return hash_string_i_inline(arKey, nKeyLength);
}
Exemple #2
0
HOT_FUNC
long long hash_string_i(const char *arKey, int nKeyLength) {
  return hash_string_i_inline(arKey, nKeyLength);
}