Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h163 const uptr l = MostSignificantSetBitIndex(size); in ClassID()
192 uptr l = s ? MostSignificantSetBitIndex(s) : 0; in Print()
H A Dsanitizer_allocator_secondary.h115 uptr size_log = MostSignificantSetBitIndex(map_size); in Allocate()
H A Dsanitizer_common.h413 inline uptr MostSignificantSetBitIndex(uptr x) { in MostSignificantSetBitIndex() function
453 uptr up = MostSignificantSetBitIndex(size); in RoundUpToPowerOfTwo()
H A Dsanitizer_dense_map.h684 unsigned Log2 = MostSignificantSetBitIndex(GetPageSizeCached() / Size); in allocateBuckets()
H A Dsanitizer_allocator_primary64.h418 RoundUpToPowerOfTwo(MostSignificantSetBitIndex(max_value) + 1); in PackedCounterArray()
H A Dsanitizer_linux.cpp1179 return (1ULL << (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1)) - 1; in GetMaxVirtualAddress()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp310 (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1); in InitializePlatformEarly()