Home | History | Annotate | Download | only in diff

Lines Matching defs:other_diff

668  * [HIGH_WATER_THREAD].  The OTHER_DIFF is the next diff to check for
671 * in which the OTHER_DIFF is, and hence should always be equal to
695 *other_diff;
747 other_diff = current[other_thread];
751 while (other_diff
752 && D_LOWLINE (other_diff, FC) <= high_water_mark + 1)
758 last_using[other_thread]->next = other_diff;
760 using[other_thread] = other_diff;
761 last_using[other_thread] = other_diff;
764 code assumes that other_diff enters it equal to
767 other_diff->next = 0;
775 if (high_water_mark < D_HIGHLINE (other_diff, FC))
778 high_water_diff = other_diff;
779 high_water_mark = D_HIGHLINE (other_diff, FC);
784 other_diff = current[other_thread];