Searched refs:hash_x64_128 (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/test/unit/ |
D | hash.c | 96 hash_x64_128(key, i, 256-i, out); in hash_variant_verify_key() 116 hash_x64_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 25 void hash_x64_128(const void *key, const int len, const uint32_t seed, 262 hash_x64_128(const void *key, const int len, const uint32_t seed, in hash_x64_128() function 348 hash_x64_128(key, (int)len, seed, (uint64_t *)r_hash); in hash()
|
D | private_symbols.txt | 259 hash_x64_128
|
D | private_namespace.h | 261 #define hash_x64_128 JEMALLOC_N(hash_x64_128) macro
|
D | private_unnamespace.h | 261 #undef hash_x64_128
|