Searched refs:MostSignificantSetBitIndex (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h266 INLINE uptr MostSignificantSetBitIndex(uptr x) { function in namespace:__sanitizer
300 uptr up = MostSignificantSetBitIndex(size);
H A Dsanitizer_allocator.h132 uptr l = MostSignificantSetBitIndex(size);
154 uptr l = s ? MostSignificantSetBitIndex(s) : 0;
1029 uptr size_log = MostSignificantSetBitIndex(map_size);

Completed in 67 milliseconds