Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() function