Searched refs:end_block (Results 1 – 4 of 4) sorted by relevance
163 end_block = ex.start_block + ex.num_blocks165 return '%d->%d * %d' % (ex.start_block, end_block, block_size)166 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')" ];
252 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes() local253 return ExtentForRange(start_block, end_block - start_block); in ExtentForBytes()