HomeSort by: relevance | last modified time | path
    Searched defs:hash_get_block_64 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hash.h 38 hash_get_block_64(const uint64_t *p, int i) { function
242 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0);
243 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hash.h 38 hash_get_block_64(const uint64_t *p, int i) { function
242 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0);
243 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hash.h 38 hash_get_block_64(const uint64_t *p, int i) { function
244 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0);
245 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hash.h 38 hash_get_block_64(const uint64_t *p, int i) { function
244 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0);
245 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1);

Completed in 24 milliseconds