Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_lfstack.h39 u64 cnt = (cmp & kCounterMask) + kCounterInc; in Push()
67 static const u64 kCounterInc = kPtrMask + 1; member