Searched refs:thi (Results 1 - 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
H A DDiffMyers.java144 int x, y, oldx, tlo = fd[fdiagoff + d - 1], thi = fd[fdiagoff + d + 1];
146 if (tlo >= thi)
149 x = thi;
176 int x, y, oldx, tlo = bd[bdiagoff + d - 1], thi = bd[bdiagoff + d + 1];
178 if (tlo < thi)
181 x = thi - 1;
/external/stlport/src/
H A Dnum_get_float.cpp277 int tlo = TEN_1, thi; /* offsets in power of ten table */ local
288 thi = TEN_27;
295 thi = TEN_M28;
306 hi += thi-1;

Completed in 15 milliseconds