Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h400 inline uptr MostSignificantSetBitIndex(uptr x) { in MostSignificantSetBitIndex() function
440 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.cpp1117 return (1ULL << (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1)) - 1; in GetMaxVirtualAddress()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_leb128_test.cpp35 return r + MostSignificantSetBitIndex(v) + 1; in BitsNeeded()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp218 (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1); in InitializePlatformEarly()