OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_get_block_64
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
hash.h
66
hash_get_block_64
(const uint64_t *p, int i)
function
280
uint64_t k1 =
hash_get_block_64
(blocks, i*2 + 0);
281
uint64_t k2 =
hash_get_block_64
(blocks, i*2 + 1);
private_namespace.h
258
#define
hash_get_block_64
JEMALLOC_N(
hash_get_block_64
)
macro
private_unnamespace.h
258
#undef
hash_get_block_64
macro
Completed in 119 milliseconds