HomeSort by relevance Sort by last modified time
    Searched refs:LeastSignificantSetBitIndex (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 51 uptr idx = LeastSignificantSetBitIndex(bits_);
sanitizer_common.h 423 INLINE uptr LeastSignificantSetBitIndex(uptr x) {
469 return LeastSignificantSetBitIndex(x);

Completed in 236 milliseconds