Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h51 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
Dsanitizer_common.h279 INLINE uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function