Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dhash.h49 hash_get_block_32(const uint32_t *p, int i) in hash_get_block_32() function
121 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32()
178 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128()
179 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128()
180 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); in hash_x86_128()
181 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); in hash_x86_128()
Dprivate_symbols.txt274 hash_get_block_32
Dprivate_namespace.h274 #define hash_get_block_32 JEMALLOC_N(hash_get_block_32) macro
Dprivate_unnamespace.h274 #undef hash_get_block_32