Searched defs:IsBlockAligned (Results 1 – 5 of 5) sorted by relevance
73 bool IsBlockAligned(uint64_t read_size) { return ((read_size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function
60 constexpr bool IsBlockAligned(size_t size) { return ((size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function
193 bool IsBlockAligned(uint64_t read_size) { return ((read_size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function
85 constexpr bool IsBlockAligned(const size_t size) { in IsBlockAligned() function
95 bool IsBlockAligned(uint64_t read_size) { return ((read_size & (BLOCK_SZ - 1)) == 0); } in IsBlockAligned() function in android::snapshot::CreateSnapshot