Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dhash.h25 hash_get_block_32(const uint32_t *p, int i) { in hash_get_block_32() function
88 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32()
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128()
145 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128()
146 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); in hash_x86_128()
147 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); in hash_x86_128()