Searched defs:kPageMask (Results 1 – 3 of 3) sorted by relevance
76 static const int kPageMask = (1 << kLogValuesPerPage) - 1; variable
216 static const int kPageMask = (1 << kLogCharsPerPage) - 1; variable
172 constexpr off64_t kPageMask = ~static_cast<off64_t>(PAGE_SIZE-1); variable