Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h90 return u8(getLeastSignificantSetBitIndex(getSizeByClassId(ClassId))); in getSizeLSBByClassId()