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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 266 INLINE uptr MostSignificantSetBitIndex(uptr x) {
300 uptr up = MostSignificantSetBitIndex(size);
sanitizer_allocator.h 132 uptr l = MostSignificantSetBitIndex(size);
154 uptr l = s ? MostSignificantSetBitIndex(s) : 0;
    [all...]

Completed in 61 milliseconds