Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDhash.h22 uint32_t hash_x86_32(const void *key, int len, uint32_t seed);
89 hash_x86_32(const void *key, int len, uint32_t seed) in hash_x86_32() function
HDprivate_namespace.h247 #define hash_x86_32 JEMALLOC_N(hash_x86_32) macro