Searched defs:kCounterMask (Results 1 – 2 of 2) sorted by relevance
65 static const u64 kCounterMask = ~kPtrMask; member
128 static constexpr u64 kCounterMask = ~(kCounterInc - 1); variable