Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c241 #define _CHT_ALT_HASH_MIX 0x5bd1e995 /* Murmur hash mix */ in __alt_hash() macro
243 uint32_t alt_hash = hash ^ ((tag + 1) * _CHT_ALT_HASH_MIX); in __alt_hash()