Searched refs:getLeastSignificantSetBitIndex (Results 1 – 3 of 3) sorted by relevance
86 inline uptr getLeastSignificantSetBitIndex(uptr X) { in getLeastSignificantSetBitIndex() function93 return getLeastSignificantSetBitIndex(X); in getLog2()
90 return u8(getLeastSignificantSetBitIndex(getSizeByClassId(ClassId))); in getSizeLSBByClassId()
138 index = getLeastSignificantSetBitIndex(Mask); in getStaticBufferIndex()