Searched refs:end_block (Results 1 – 4 of 4) sorted by relevance
165 end_block = ex.start_block + ex.num_blocks167 return '%d->%d * %d' % (ex.start_block, end_block, block_size)168 return '%d->%d' % (ex.start_block, end_block)
735 end_block = start_block + num_blocks742 if usable_size and end_block * self.block_size > usable_size:748 for i in range(start_block, end_block):
61 "End HIR" -> "End Block" [ label = "'end_block'" ];62 "End HIR" -> "Error" [ label = "EOF OR NOT('end_block')" ];
259 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes() local260 return ExtentForRange(start_block, end_block - start_block); in ExtentForBytes()372 const auto end_block = std::min(extent1.start_block() + extent1.num_blocks(), in GetOverlapExtent() local374 return ExtentForRange(start_block, end_block - start_block); in GetOverlapExtent()