HomeSort by relevance Sort by last modified time
    Searched defs:bmax (Results 1 - 3 of 3) sorted by null

  /external/jdiff/src/jdiff/
DiffMyers.java 120 int bmin = bmid, bmax = bmid; // Limits of bottom-up search. local
158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
170 if (bmax < dmax)
171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE;
173 --bmax;
174 for (d = bmax; d >= bmin; d -= 2)
243 for (d = bmax; d >= bmin; d -= 2)
  /external/qemu/
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
  /external/bison/src/
vcg.h 875 int bmax; member in struct:graph
    [all...]

Completed in 781 milliseconds