Lines Matching refs:other_diff
692 *other_diff; local
744 other_diff = current[other_thread];
748 while (other_diff
749 && 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;
776 high_water_mark = D_HIGHLINE (other_diff, FC);
781 other_diff = current[other_thread];