Searched refs:hash_x86_128 (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/test/unit/ |
D | hash.c | 91 hash_x86_128(key, i, 256-i, out); in hash_variant_verify_key() 111 hash_x86_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
|
/external/jemalloc_new/test/unit/ |
D | hash.c | 87 hash_x86_128(key, i, 256-i, out); in hash_variant_verify_key() 107 hash_x86_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
|
/external/jemalloc/include/jemalloc/internal/ |
D | hash.h | 23 void hash_x86_128(const void *key, const int len, uint32_t seed, 156 hash_x86_128(const void *key, const int len, uint32_t seed, in hash_x86_128() function 348 hash_x86_128(key, (int)len, seed, hashes); in hash()
|
D | private_symbols.txt | 279 hash_x86_128
|
D | private_namespace.h | 279 #define hash_x86_128 JEMALLOC_N(hash_x86_128) macro
|
D | private_unnamespace.h | 279 #undef hash_x86_128
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 123 hash_x86_128(const void *key, const int len, uint32_t seed, in hash_x86_128() function 311 hash_x86_128(key, (int)len, seed, hashes); in hash()
|