HomeSort by: relevance | last modified time | path
    Searched defs:miny (Results 1 - 6 of 6) sorted by relevancy

  /src/games/dab/
algor.cc 243 size_t tx, ty, minx = ~0, miny = ~0; local
261 miny = ty;
266 y = miny;
  /src/games/larn/
display.c 20 static int minx, maxx, miny, maxy, k, m; variable
386 miny = y - 3;
391 miny = y - 1;
399 if (miny < 0)
400 miny = 0;
404 for (j = miny; j <= maxy; j++)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 756 auto_mpz minx, maxx, miny, maxy; local
758 determine_value_range (loop, type, vary, offy, miny, maxy);
761 mpz_sub (bnds->up, maxx, miny);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 729 mpz_t minx, maxx, miny, maxy; local
763 mpz_init (miny);
766 determine_value_range (loop, type, vary, offy, miny, maxy);
769 mpz_sub (bnds->up, maxx, miny);
772 mpz_clear (miny);
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 1379 int minx, miny, maxx, maxy; local
1390 &minx, &maxx, &miny, &maxy);
1391 check_output_limits(minx, miny);
  /src/sys/dev/wscons/
wsconsio.h 239 int minx, miny; /* minimum value of X/Y */ member in struct:wsmouse_calibcoords

Completed in 38 milliseconds