Home
last modified time | relevance | path

Searched refs:getLog2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h238 CounterSizeBitsLog = getLog2(CounterSizeBits); in reset()
243 PackingRatioLog = getLog2(PackingRatio);
351 : Recorder(Recorder), PageSizeLog(getLog2(getPageSizeCached())) {} in skipPages()
431 PageSizeLog = getLog2(PageSize); in ensurePageMapAllocated()
H A Dcommon.h91 inline uptr getLog2(uptr X) { in getLog2() function