Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h65 static const u64 kCounterMask = ~kPtrMask; member
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h128 static constexpr u64 kCounterMask = ~(kCounterInc - 1); variable