Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dhash.c95 hash_x64_128(key, i, 256-i, out); in hash_variant_verify()
115 hash_x64_128(hashes, hashbytes*256, 0, out); in hash_variant_verify()
/external/jemalloc/include/jemalloc/internal/
Dhash.h25 void hash_x64_128(const void *key, const int len, const uint32_t seed,
242 hash_x64_128(const void *key, const int len, const uint32_t seed, in hash_x64_128() function
325 hash_x64_128(key, len, seed, (uint64_t *)r_hash); in hash()
Dprivate_symbols.txt249 hash_x64_128
Dprivate_namespace.h249 #define hash_x64_128 JEMALLOC_N(hash_x64_128) macro
Dprivate_unnamespace.h249 #undef hash_x64_128