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