Searched refs:hash_x64_128 (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | hash.c | 92 hash_x64_128(key, i, 256-i, out); in hash_variant_verify_key() 112 hash_x64_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 224 hash_x64_128(const void *key, const int len, const uint32_t seed, in hash_x64_128() function 307 hash_x64_128(key, (int)len, seed, (uint64_t *)r_hash); in hash()
|