Searched defs:kChunkMask (Results 1 – 2 of 2) sorted by relevance
78 const int kChunkMask = (1 << kChunkBits) - 1; variable
256 static constexpr uint32_t kChunkMask = 0x3; variable