Home
last modified time | relevance | path

Searched refs:getLeastSignificantSetBitIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcommon.h69 inline uptr getLeastSignificantSetBitIndex(uptr X) { in getLeastSignificantSetBitIndex() function
76 return getLeastSignificantSetBitIndex(X); in getLog2()
H A Dsize_class_map.h87 return u8(getLeastSignificantSetBitIndex(getSizeByClassId(ClassId))); in getSizeLSBByClassId()