Searched refs:hash_x86_128 (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/test/unit/
H A Dhash.c56 case hash_variant_x86_128: return ("hash_x86_128");
91 hash_x86_128(key, i, 256-i, out);
111 hash_x86_128(hashes, hashes_size, 0, out);
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h23 void hash_x86_128(const void *key, const int len, uint32_t seed,
160 hash_x86_128(const void *key, const int len, uint32_t seed, function
352 hash_x86_128(key, (int)len, seed, hashes);
H A Dprivate_namespace.h262 #define hash_x86_128 JEMALLOC_N(hash_x86_128) macro
H A Dprivate_unnamespace.h262 #undef hash_x86_128 macro

Completed in 119 milliseconds