Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h367 INLINE uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function
413 return LeastSignificantSetBitIndex(x); in Log2()
H A Dsanitizer_bitvector.h51 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cc125 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()