Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.cpp27 PageSizeLogCached = getLog2(PageSizeCached); in getPageSizeSlow()
H A Dcommon.h91 inline uptr getLog2(uptr X) { in getLog2() function
H A Drelease.h246 CounterSizeBitsLog = getLog2(CounterSizeBits); in reset()
251 PackingRatioLog = getLog2(PackingRatio); in reset()