Searched defs:MASK (Results 1 – 3 of 3) sorted by relevance
41 static const uint32 MASK = (CAPACITY - 1); variable
240 static const size_t MASK = (N - 1); variable
67 static const unsigned int MASK = CAPACITY - 1u; variable