OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thi
(Results
1 - 2
of
2
) sorted by null
/external/jdiff/src/jdiff/
DiffMyers.java
144
int x, y, oldx, tlo = fd[fdiagoff + d - 1],
thi
= fd[fdiagoff + d + 1];
local
146
if (tlo >=
thi
)
149
x =
thi
;
176
int x, y, oldx, tlo = bd[bdiagoff + d - 1],
thi
= bd[bdiagoff + d + 1];
local
178
if (tlo <
thi
)
181
x =
thi
- 1;
/external/guava/guava/lib/
jdiff.jar
Completed in 246 milliseconds