Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dhash.c82 out = hash_x86_32(key, i, 256-i); in hash_variant_verify_key()
102 uint32_t out = hash_x86_32(hashes, hashes_size, 0); in hash_variant_verify_key()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dhash.h73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() function