Searched refs:pow2_ceil_u64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h67 lg_range = ffs_u64(pow2_ceil_u64(range)) - 1;
H A Dutil.h134 uint64_t pow2_ceil_u64(uint64_t x);
212 pow2_ceil_u64(uint64_t x) function
246 return (pow2_ceil_u64(x));
H A Dprivate_namespace.h404 #define pow2_ceil_u64 JEMALLOC_N(pow2_ceil_u64) macro

Completed in 116 milliseconds