Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h86 inline uptr getLeastSignificantSetBitIndex(uptr X) { in getLeastSignificantSetBitIndex() function
93 return getLeastSignificantSetBitIndex(X); in getLog2()
H A Dsize_class_map.h90 return u8(getLeastSignificantSetBitIndex(getSizeByClassId(ClassId))); in getSizeLSBByClassId()
H A Drelease.h138 index = getLeastSignificantSetBitIndex(Mask); in getStaticBufferIndex()