Home
last modified time | relevance | path

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

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