Home
last modified time | relevance | path

Searched defs:kCounterInc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h66 static const u64 kCounterInc = kPtrMask + 1; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h127 static constexpr u64 kCounterInc = 1ull << 32; variable