HomeSort by: relevance | last modified time | path
    Searched refs:LeastSignificantSetBitIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bitvector.h 51 uptr idx = LeastSignificantSetBitIndex(bits_);
sanitizer_common.h 357 INLINE uptr LeastSignificantSetBitIndex(uptr x) {
403 return LeastSignificantSetBitIndex(x);

Completed in 12 milliseconds