Searched refs:next_pow2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h71 constexpr size_t next_pow2(size_t number) { function in namespace:__xray
H A Dxray_segmented_array.h65 SegmentControlBlockSize + next_pow2(sizeof(T)), kCacheLineSize);
70 (SegmentSize - SegmentControlBlockSize) / next_pow2(sizeof(T));

Completed in 102 milliseconds