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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h163 const uptr l = MostSignificantSetBitIndex(size);
192 uptr l = s ? MostSignificantSetBitIndex(s) : 0;
H A Dsanitizer_allocator_secondary.h115 uptr size_log = MostSignificantSetBitIndex(map_size);
H A Dsanitizer_common.h414 inline uptr MostSignificantSetBitIndex(uptr x) { function in namespace:__sanitizer
454 uptr up = MostSignificantSetBitIndex(size);
H A Dsanitizer_dense_map.h684 unsigned Log2 = MostSignificantSetBitIndex(GetPageSizeCached() / Size);
H A Dsanitizer_allocator_primary64.h418 RoundUpToPowerOfTwo(MostSignificantSetBitIndex(max_value) + 1);
H A Dsanitizer_linux.cpp1108 return (1ULL << (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1)) - 1;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp301 (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1);

Completed in 88 milliseconds