Searched refs:hash_x86_32 (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/test/unit/ |
D | hash.c | 86 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/ |
D | hash.c | 82 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/ |
D | hash.h | 22 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
|
D | private_symbols.txt | 280 hash_x86_32
|
D | private_namespace.h | 280 #define hash_x86_32 JEMALLOC_N(hash_x86_32) macro
|
D | private_unnamespace.h | 280 #undef hash_x86_32
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() function
|