Searched defs:row (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dastio.h61 int row; member in struct:ast_vis_cmd_buf
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dlife.c95 * surrounding 8 cells. There is an empty row and column around
97 * as an extra row at the end for the fetches into tempbuf.
336 int row,
344 int off = ((row + 1) * (lp->ncols + 2)) + col + 1;
357 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys);
360 0, 0, lp->xb + lp->xs * col, lp->yb + lp->ys * row,
368 int row,
375 lp->xb + lp->xs * col, lp->yb + lp->ys * row, lp->xs, lp->ys);
385 int off, row, col, lastrow; local
390 row
334 drawcell( Window win, int row, int col ) argument
366 erasecell( Window win, int row, int col ) argument
441 int off, row, col, lastrow; local
490 setcell( Window win, int row, int col ) argument
527 int row, col; local
579 int row, col; local
[all...]
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c1066 int row, column; /* iterators */ local
1105 for (row = e_row; row <= maxrow; row++) {
1114 pixel = XGetPixel (image, column, row);
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_irq.c718 * it is likely the same row is more likely to go bad again.
724 u32 error_status, row, bank, subbank; local
739 row = GEN7_PARITY_ERROR_ROW(error_status);
757 row, bank, subbank);

Completed in 23 milliseconds