HomeSort by: relevance | last modified time | path
    Searched defs:last_using (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
diff3.c 549 * is set to 0. The elements LAST_USING array are set to the last
560 * The HIGH_WATER_DIFF should always be equal to LAST_USING
574 struct diff_block *last_using[2];
604 using[0] = using[1] = last_using[0] = last_using[1] = 0;
623 = last_using[high_water_thread]
626 last_using[high_water_thread]->next = 0;
641 last_using[other_thread]->next = other_diff;
644 last_using[other_thread] = other_diff;
673 tmpblock = using_to_diff3_block (using, last_using,
571 struct diff_block *last_using[2]; local
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 656 * is set to 0. The elements LAST_USING array are set to the last
667 * The HIGH_WATER_DIFF should always be equal to LAST_USING
682 *last_using[2],
716 using[0] = using[1] = last_using[0] = last_using[1] = 0;
740 = last_using[high_water_thread]
743 last_using[high_water_thread]->next = 0;
758 last_using[other_thread]->next = other_diff;
761 last_using[other_thread] = other_diff;
790 tmpblock = using_to_diff3_block (using, last_using,
679 *last_using[2], local
    [all...]

Completed in 24 milliseconds