Searched refs:hash_get_block_64 (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h55 hash_get_block_64(const uint64_t *p, int i) function
259 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0);
260 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1);
H A Dprivate_namespace.h194 #define hash_get_block_64 JEMALLOC_N(hash_get_block_64) macro
H A Dprivate_unnamespace.h194 #undef hash_get_block_64 macro

Completed in 117 milliseconds