Searched refs:kAllChunksComplete (Results 1 – 2 of 2) sorted by relevance
271 static constexpr uint32_t kAllChunksComplete = 0x0FFFFFFF; variable487 (kAllChunksComplete & ((1 << (num_chunks * kChunkShift)) - 1)); in is_page_complete()
124 static_assert((kAllChunksComplete & kChunkMask) == kChunkComplete, in Initialize()