Searched refs:hashval (Results 1 – 1 of 1) sorted by relevance
159 __uint32_t hashval; in hsearch_r() local163 hashval = __default_hash(item.key, len); in hsearch_r()165 head = &(htab->htable[hashval & (htab->htablesize - 1)]); in hsearch_r()