Searched refs:name_hash (Results 1 – 4 of 4) sorted by relevance
32 inline static uint name_hash(char const * name, uint len, uint parent);34 inline static uint name_hash(char const * name, uint len, uint parent) in name_hash() function
187 incr = firsthash = value = name_hash(dname->name, dname->len, parent); in do_hash()
2330 uint32_t name_hash = in Hash() local2332 return (array_hash ^ name_hash) % kLength; in Hash()
674 with common entries. Consider parent in name_hash.