Home
last modified time | relevance | path

Searched refs:LeastSignificantSetBitIndex (Results 1 – 2 of 2) 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()