Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h38 u64 cnt = (cmp & kCounterMask) + kCounterInc; in Push()
66 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
128 static constexpr u64 kCounterMask = ~(kCounterInc - 1);
165 xchg = head_idx | (cmp & kCounterMask) + kCounterInc; in Drain()