HomeSort by relevance Sort by last modified time
    Searched refs:hash_get_block_32 (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
hash.h 49 hash_get_block_32(const uint32_t *p, int i) function
125 uint32_t k1 = hash_get_block_32(blocks, i);
182 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0);
183 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1);
184 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2);
185 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3);
private_namespace.h 257 #define hash_get_block_32 JEMALLOC_N(hash_get_block_32) macro
private_unnamespace.h 257 #undef hash_get_block_32 macro

Completed in 508 milliseconds