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");
90 hash_x86_128(key, i, 256-i, out);
110 hash_x86_128(hashes, hashbytes*256, 0, out);
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h23 void hash_x86_128(const void *key, const int len, uint32_t seed,
139 hash_x86_128(const void *key, const int len, uint32_t seed, function
327 hash_x86_128(key, len, seed, hashes);
H A Dprivate_namespace.h198 #define hash_x86_128 JEMALLOC_N(hash_x86_128) macro
H A Dprivate_unnamespace.h198 #undef hash_x86_128 macro

Completed in 75 milliseconds