HomeSort by relevance Sort by last modified time
    Searched refs:thi (Results 1 - 3 of 3) 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/stlport/src/
num_get_float.cpp 277 int tlo = TEN_1, thi; /* offsets in power of ten table */ local
288 thi = TEN_27;
295 thi = TEN_M28;
306 hi += thi-1;
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 277 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 51 milliseconds