OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_diff
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
diff3.c
561
* [HIGH_WATER_THREAD]. The
OTHER_DIFF
is the next diff to check for
564
* in which the
OTHER_DIFF
is, and hence should always be equal to
584
struct diff_block *
other_diff
;
630
other_diff
= current[other_thread];
634
while (
other_diff
635
&& D_LOWLINE (
other_diff
, FC) <= high_water_mark + 1)
641
last_using[other_thread]->next =
other_diff
;
643
using[other_thread] =
other_diff
;
644
last_using[other_thread] =
other_diff
;
647
code assumes that
other_diff
enters it equal t
581
struct diff_block *
other_diff
;
local
[
all
...]
/src/external/gpl2/xcvs/dist/diff/
diff3.c
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 t
692
*
other_diff
;
local
[
all
...]
Completed in 52 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026