Searched refs:farthest_indexes (Results 1 – 1 of 1) sorted by relevance
203 def _align_matching_blocks(all_blocks, farthest_indexes): argument237 if index > farthest_indexes[block]:238 farthest_indexes[block] = index252 while(index < farthest_indexes[block]):298 farthest_indexes = defaultdict(int)320 made_changes = _align_matching_blocks(all_blocks, farthest_indexes)