OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pow2_ceil_u64
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prng.h
67
lg_range = ffs_u64(
pow2_ceil_u64
(range)) - 1;
util.h
130
uint64_t
pow2_ceil_u64
(uint64_t x);
208
pow2_ceil_u64
(uint64_t x)
function
242
return (
pow2_ceil_u64
(x));
private_namespace.h
383
#define
pow2_ceil_u64
JEMALLOC_N(
pow2_ceil_u64
)
macro
private_unnamespace.h
383
#undef
pow2_ceil_u64
macro
Completed in 106 milliseconds