Searched refs:other_diff (Results 1 – 2 of 2) sorted by relevance
692 *other_diff; local744 other_diff = current[other_thread];748 while (other_diff749 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)755 last_using[other_thread]->next = other_diff;757 using[other_thread] = other_diff;758 last_using[other_thread] = other_diff;764 other_diff->next = 0;772 if (high_water_mark < D_HIGHLINE (other_diff, FC))775 high_water_diff = other_diff;[all …]
581 struct diff_block *other_diff; in make_3way_diff() local627 other_diff = current[other_thread]; in make_3way_diff()631 while (other_diff in make_3way_diff()632 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1) in make_3way_diff()638 last_using[other_thread]->next = other_diff; in make_3way_diff()640 using[other_thread] = other_diff; in make_3way_diff()641 last_using[other_thread] = other_diff; in make_3way_diff()647 other_diff->next = 0; in make_3way_diff()655 if (high_water_mark < D_HIGHLINE (other_diff, FC)) in make_3way_diff()658 high_water_diff = other_diff; in make_3way_diff()[all …]