Searched defs:htable_hash (Results 1 – 1 of 1) sorted by relevance
142 #define htable_hash(s, size) (hash_fnvz(s) % (size)) macro146 static size_t htable_hash(const char *s, size_t size) in htable_hash() function