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