reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
207 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size));
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h 340 RoundUpToPowerOfTwo(MostSignificantSetBitIndex(max_value) + 1);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h 463 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1);
projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp 54 new_size = RoundUpToPowerOfTwo(new_size);