Home
last modified time | relevance | path

Searched refs:__alt_hash (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.81.5/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c239 __alt_hash(uint32_t hash) in __alt_hash() function
262 return __get_bucket(h, __alt_hash(hash) & h->_bitmask); in __alt_bucket()
744 queue[tail].bkt_idx = __alt_hash(s->_hash) & h->_bitmask; in cuckoo_probe()