Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dhash.c86 out = hash_x86_32(key, i, 256-i); in hash_variant_verify_key()
106 uint32_t out = hash_x86_32(hashes, hashes_size, 0); in hash_variant_verify_key()
/external/jemalloc_new/test/unit/
Dhash.c82 out = hash_x86_32(key, i, 256-i); in hash_variant_verify_key()
102 uint32_t out = hash_x86_32(hashes, hashes_size, 0); in hash_variant_verify_key()
/external/jemalloc/include/jemalloc/internal/
Dhash.h22 uint32_t hash_x86_32(const void *key, int len, uint32_t seed);
105 hash_x86_32(const void *key, int len, uint32_t seed) in hash_x86_32() function
Dprivate_symbols.txt280 hash_x86_32
Dprivate_namespace.h280 #define hash_x86_32 JEMALLOC_N(hash_x86_32) macro
Dprivate_unnamespace.h280 #undef hash_x86_32
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() function