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

/external/jemalloc/test/unit/
H A Dhash.c57 case hash_variant_x64_128: return ("hash_x64_128");
95 hash_x64_128(key, i, 256-i, out);
115 hash_x64_128(hashes, hashbytes*256, 0, out);
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h25 void hash_x64_128(const void *key, const int len, const uint32_t seed,
241 hash_x64_128(const void *key, const int len, const uint32_t seed, function
324 hash_x64_128(key, len, seed, (uint64_t *)r_hash);
H A Dprivate_namespace.h197 #define hash_x64_128 JEMALLOC_N(hash_x64_128) macro
H A Dprivate_unnamespace.h197 #undef hash_x64_128 macro

Completed in 110 milliseconds