Searched refs:counter_size_bits (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h339 uptr counter_size_bits = local
341 CHECK_LE(counter_size_bits, kMaxCounterBits);
342 counter_size_bits_log = Log2(counter_size_bits);
343 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h334 uptr counter_size_bits = local
336 CHECK_LE(counter_size_bits, kMaxCounterBits);
337 counter_size_bits_log = Log2(counter_size_bits);
338 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h417 uptr counter_size_bits = local
419 CHECK_LE(counter_size_bits, kMaxCounterBits);
420 counter_size_bits_log = Log2(counter_size_bits);
421 counter_mask = ~0ULL >> (kMaxCounterBits - counter_size_bits);

Completed in 217 milliseconds