Home
last modified time | relevance | path

Searched defs:hash_x86_32 (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dhash.h73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() function
/external/jemalloc/include/jemalloc/internal/
Dhash.h105 hash_x86_32(const void *key, int len, uint32_t seed) in hash_x86_32() function
Dprivate_namespace.h280 #define hash_x86_32 JEMALLOC_N(hash_x86_32) macro