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

  /external/jemalloc/include/jemalloc/internal/
util.h 129 uint32_t pow2_ceil_u32(uint32_t x);
221 pow2_ceil_u32(uint32_t x) function
242 return (pow2_ceil_u32(x));
prng.h 157 lg_range = ffs_u32(pow2_ceil_u32(range)) - 1;
private_namespace.h 410 #define pow2_ceil_u32 JEMALLOC_N(pow2_ceil_u32) macro
    [all...]
private_unnamespace.h 410 #undef pow2_ceil_u32 macro

Completed in 344 milliseconds