Searched refs:hash_mix (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h315 extern uintptr_t hash_mix(uintptr_t);
H A Dzalloc.c1017 hash_mix(uintptr_t x) function
1050 hash = hash_mix(hash) & mask;
1067 hash = hash_mix(pt) & mask;

Completed in 39 milliseconds