Home
last modified time | relevance | path

Searched refs:getMostSignificantSetBitIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h71 inline uptr getMostSignificantSetBitIndex(uptr X) { in getMostSignificantSetBitIndex() function
80 const uptr Up = getMostSignificantSetBitIndex(Size); in roundUpPowerOfTwo()
H A Dsize_class_map.h19 const uptr L = getMostSignificantSetBitIndex(Size); in scaledLog2()
314 const uptr L = S ? getMostSignificantSetBitIndex(S) : 0;
H A Drelease.h236 roundUpPowerOfTwo(getMostSignificantSetBitIndex(MaxValue) + 1); in reset()
H A Dcombined.h1022 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks()