Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhash.h63 hash_fmix_32(uint32_t h) in hash_fmix_32() function
134 h1 = hash_fmix_32(h1); in hash_x86_32()
229 h1 = hash_fmix_32(h1); in hash_x86_128()
230 h2 = hash_fmix_32(h2); in hash_x86_128()
231 h3 = hash_fmix_32(h3); in hash_x86_128()
232 h4 = hash_fmix_32(h4); in hash_x86_128()
Dprivate_symbols.txt243 hash_fmix_32
Dprivate_namespace.h243 #define hash_fmix_32 JEMALLOC_N(hash_fmix_32) macro
Dprivate_unnamespace.h243 #undef hash_fmix_32