Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dhash.c85 out = hash_x86_32(key, i, 256-i); in hash_variant_verify()
105 uint32_t out = hash_x86_32(hashes, hashbytes*256, 0); in hash_variant_verify()
/external/jemalloc/include/jemalloc/internal/
Dhash.h22 uint32_t hash_x86_32(const void *key, int len, uint32_t seed);
88 hash_x86_32(const void *key, int len, uint32_t seed) in hash_x86_32() function
Dprivate_symbols.txt199 hash_x86_32
Dprivate_namespace.h199 #define hash_x86_32 JEMALLOC_N(hash_x86_32) macro
Dprivate_unnamespace.h199 #undef hash_x86_32