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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h70 hash_fmix_64(uint64_t k) function
303 h1 = hash_fmix_64(h1);
304 h2 = hash_fmix_64(h2);
H A Dprivate_namespace.h181 #define hash_fmix_64 JEMALLOC_N(hash_fmix_64) macro

Completed in 77 milliseconds