Searched refs:end_index (Results 1 – 1 of 1) sorted by relevance
188 size_t end_index = start_index + num_of_blocks; // The index of final block to read plus one in GetSubRanges() local189 if (start_index > end_index || end_index > blocks_) { in GetSubRanges()219 if (current_index + blocks_in_range >= end_index) { in GetSubRanges()220 size_t trimmed_range_end = range_end - (current_index + blocks_in_range - end_index); in GetSubRanges()