Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dcommon.h54 inline uptr getMostSignificantSetBitIndex(uptr X) { in getMostSignificantSetBitIndex() function
63 const uptr Up = getMostSignificantSetBitIndex(Size); in roundUpToPowerOfTwo()
Dsize_class_map.h19 const uptr L = getMostSignificantSetBitIndex(Size); in scaledLog2()
338 const uptr L = S ? getMostSignificantSetBitIndex(S) : 0; in printMap()
Drelease.h91 roundUpToPowerOfTwo(getMostSignificantSetBitIndex(MaxValue) + 1); in reset()
Dcombined.h1086 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks()