Home
last modified time | relevance | path

Searched refs:MostSignificantSetBitIndex (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h342 INLINE uptr MostSignificantSetBitIndex(uptr x) { in MostSignificantSetBitIndex() function
376 uptr up = MostSignificantSetBitIndex(size); in RoundUpToPowerOfTwo()
Dsanitizer_posix.cc99 return (1ULL << (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1)) - 1; in GetMaxVirtualAddress()
Dsanitizer_allocator.h132 uptr l = MostSignificantSetBitIndex(size); in ClassID()
154 uptr l = s ? MostSignificantSetBitIndex(s) : 0; in Print()
1043 uptr size_log = MostSignificantSetBitIndex(map_size); in Allocate()