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

  /src/games/testpat/
testpat.c 54 int i, col, colour, line, x_limit, y_limit, colourOK, spacing; local in function:main
106 x_limit = (COLS - 1) / 2;
107 x_limit = x_limit * 2;
141 circle_pos[i][0] = (-coord_x + ((float)x_limit / 2));
142 circle_pos[i][1] = (coord_x + ((float)x_limit / 2));
152 for (col = 1; col < x_limit; col = col + grid_x) {
155 x_limit)) {
160 if (xpos < x_limit)
166 for (col = grid_x - 1; col < x_limit; col += grid_x)
    [all...]
  /src/sys/dev/qbus/
qdreg.h 290 u_short x_limit; member in struct:adder
  /src/sys/arch/vax/include/
qdreg.h 292 u_short x_limit; member in struct:adder

Completed in 13 milliseconds