Searched refs:getMostSignificantSetBitIndex (Results 1 – 4 of 4) sorted by relevance
67 inline uptr getMostSignificantSetBitIndex(uptr X) { in getMostSignificantSetBitIndex() function76 const uptr Up = getMostSignificantSetBitIndex(Size); in roundUpPowerOfTwo()
19 const uptr L = getMostSignificantSetBitIndex(Size); in scaledLog2()314 const uptr L = S ? getMostSignificantSetBitIndex(S) : 0; in printMap()
236 roundUpPowerOfTwo(getMostSignificantSetBitIndex(MaxValue) + 1); in reset()
1063 const uptr MaxPrimaryAlignment = 1UL << getMostSignificantSetBitIndex( in performSanityChecks()