Home
last modified time | relevance | path

Searched refs:MostSignificantSetBitIndex (Results 1 – 8 of 8) 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.h423 inline uptr MostSignificantSetBitIndex(uptr x) { in MostSignificantSetBitIndex() function
463 uptr up = MostSignificantSetBitIndex(size); in RoundUpToPowerOfTwo()
H A Dsanitizer_dense_map.h696 unsigned Log2 = MostSignificantSetBitIndex(GetPageSizeCached() / Size); in allocateBuckets()
H A Dsanitizer_allocator_primary64.h419 RoundUpToPowerOfTwo(MostSignificantSetBitIndex(max_value) + 1); in PackedCounterArray()
H A Dsanitizer_linux.cpp1228 return (1ULL << (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1)) - 1; in GetMaxVirtualAddress()
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan.cpp351 vmaSize = (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1); in TySanInitializePlatformEarly()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp329 (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1); in InitializePlatformEarly()