Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h423 INLINE uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function
469 return LeastSignificantSetBitIndex(x); in Log2()
Dsanitizer_bitvector.h51 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h50 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
Dsanitizer_common.h393 inline uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function
439 return LeastSignificantSetBitIndex(x); in Log2()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()