Home
last modified time | relevance | path

Searched refs:hash_x86_128 (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
Dhash.h134 hash_x86_128(const void *key, const int len, uint32_t seed, in hash_x86_128() function
323 hash_x86_128(key, len, seed, hashes); in hash()
Dprivate_namespace.h187 #define hash_x86_128 JEMALLOC_N(hash_x86_128) macro