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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h48 static const int kPartSize = kTabSize / kPartCount; member in class:__sanitizer::StackDepotBase
117 uptr part = (h % kTabSize) / kPartSize;
142 // High kPartBits contain part id, so we need to scan at most kPartSize lists.
144 for (int i = 0; i != kPartSize; i++) {
145 uptr idx = part * kPartSize + i;

Completed in 160 milliseconds