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

  /src/lib/libcurses/
clrtoeol.c 66 int minx, x, y; local
93 minx = -1;
107 if (minx == -1)
108 minx = (int)(sp - win->alines[y]->line);
119 __CTRACE(__CTRACE_ERASE, "CLRTOEOL: y = %d, minx = %d, maxx = %d, "
121 y, minx, (int)(maxx - win->alines[y]->line),
clrtobot.c 66 int minx, startx, starty, y; local
92 minx = -1;
99 if (minx == -1)
100 minx = (int)(sp - win->alines[y]->line);
113 if (minx != -1)
114 __touchline(win, y, minx,
  /src/games/dab/
algor.cc 243 size_t tx, ty, minx = ~0, miny = ~0; local
260 minx = tx;
267 x = minx;
  /src/games/larn/
display.c 20 static int minx, maxx, miny, maxy, k, m; variable
384 minx = x - 3;
389 minx = x - 1;
395 if (minx < 0)
396 minx = 0;
405 for (mm = minx; mm <= maxx; mm++)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 756 auto_mpz minx, maxx, miny, maxy; local
757 determine_value_range (loop, type, varx, offx, minx, maxx);
760 mpz_sub (bnds->below, minx, maxy);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 729 mpz_t minx, maxx, miny, maxy; local
761 mpz_init (minx);
765 determine_value_range (loop, type, varx, offx, minx, maxx);
768 mpz_sub (bnds->below, minx, maxy);
770 mpz_clear (minx);
  /src/sys/dev/wscons/
wsconsio.h 239 int minx, miny; /* minimum value of X/Y */ member in struct:wsmouse_calibcoords
  /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);

Completed in 40 milliseconds