Searched defs:kMaxCounter (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc397 static const uptr kMaxCounter = (1 << kBundleCounterBits) - 1; local
398 if (counter > kMaxCounter)
399 counter = kMaxCounter;

Completed in 92 milliseconds