Searched refs:nrows (Results 1 - 25 of 98) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D991214-2.c8 extern int nrows;
23 for(i=0; i<nrows; i++){
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D991214-2.c8 extern int nrows;
23 for(i=0; i<nrows; i++){
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dprtable.c71 int a, b, cols, loc, maxlen, nrows, z; local
83 nrows = (num - 1) / cols + 1;
84 for (a = 1; a <= nrows; a++) {
95 b += nrows;
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsemul_dumb.c73 u_int nrows, ncols, crow, ccol; member in struct:wsemul_dumb_emuldata
89 edp->nrows = type->nrows;
112 edp->nrows = type->nrows;
160 edp->nrows, edp->defattr);
186 if (edp->crow < edp->nrows - 1) {
192 edp->nrows - n);
194 edp->nrows - n, n, edp->defattr);
236 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows,
[all...]
H A Dwsemul_sun.c83 u_int nrows, ncols, crow, ccol; member in struct:wsemul_sun_emuldata
112 #define ROWS_LEFT (edp->nrows - edp->crow - 1)
126 edp->nrows = type->nrows;
187 edp->nrows = type->nrows;
248 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows,
289 if (edp->crow < edp->nrows - 1) {
307 edp->nrows - edp->scrolldist);
309 edp->nrows
[all...]
H A Dwscons_rops.c188 rcons_copyrows(void *id, int srcrow, int dstrow, int nrows) argument
195 ny = rc->rc_font->height * nrows;
206 rcons_eraserows(void *id, int startrow, int nrows, long fillattr) argument
212 ny = rc->rc_font->height * nrows;
H A Dwsemul_vt100_subr.c122 n = edp->nrows - edp->crow - 1;
143 0, edp->nrows,
146 memset(&edp->dblwid[0], 0, edp->nrows);
417 edp->crow = min(DEF1_ARG(edp, 0), edp->nrows) - 1;
584 help = min(DEF1_ARG(edp, 0), edp->nrows) - 1;
585 n = min(DEFx_ARG(edp, 1, edp->nrows), edp->nrows) - help;
H A Dwsdisplay_vcons.c799 vcons_copyrows_buffer(void *cookie, int srcrow, int dstrow, int nrows) argument
821 len = ri->ri_cols * nrows;
826 len = ri->ri_cols * nrows;
839 vcons_copyrows(void *cookie, int srcrow, int dstrow, int nrows) argument
844 vcons_copyrows_buffer(cookie, srcrow, dstrow, nrows);
853 scr->scr_vd->copyrows(cookie, srcrow, dstrow, nrows);
859 vcons_copyrows_noread(void *cookie, int srcrow, int dstrow, int nrows) argument
877 for (l = dstrow; l < (dstrow + nrows); l++) {
899 vcons_eraserows_buffer(void *cookie, int row, int nrows, long fillattr) argument
910 end = ri->ri_cols * (row + nrows)
927 vcons_eraserows(void *cookie, int row, int nrows, long fillattr) argument
[all...]
H A Dvt100_base.h35 u_int nrows, ncols, crow, ccol; member in struct:vt100base_data
H A Dwsdisplayvar.h92 int ncols, nrows; member in struct:wsscreen_descr
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dsmg.c140 .nrows = SM_ROWS,
359 smg_copyrows(void *id, int srcrow, int dstrow, int nrows) argument
365 nrows * SM_COLS);
367 nrows * SM_COLS);
370 if (nrows > 25) {
371 frows = nrows >> 1;
378 (nrows - frows) * SM_NEXTROW);
382 (nrows - frows) * SM_NEXTROW);
389 &sm_addr[(dstrow * SM_NEXTROW)], nrows * SM_NEXTROW);
393 smg_eraserows(void *id, int startrow, int nrows, lon argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpcdisplay_subr.c166 if (__predict_false(off >= (scr->type->ncols * scr->type->nrows)))
222 pcdisplay_copyrows(void *id, int srcrow, int dstrow, int nrows) argument
237 nrows * ncols);
240 nrows * ncols * 2);
244 pcdisplay_eraserows(void *id, int startrow, int nrows, long fillattr) argument
254 count = nrows * scr->type->ncols;
277 for (off = 0; off < scr->type->nrows * scr->type->ncols;
288 for (off = 0; off < scr->type->nrows * scr->type->ncols;
308 if (off >= scr->type->ncols * scr->type->nrows)
338 if (off >= (scr->type->ncols * scr->type->nrows))
[all...]
H A Dvga_raster.c349 else if (scr->nrows > 30)
455 type->nrows * type->ncols * type->fontheight;
468 if (cpos < 0 || cpos >= type->nrows * type->ncols)
707 type->ncols * type->nrows, M_DEVBUF, M_WAITOK);
708 vga_raster_eraserows(scr, 0, type->nrows, *defattrp);
1131 if (__predict_false(off >= (scr->type->ncols * scr->type->nrows)))
1298 vga_raster_copyrows(void *id, int srcrow, int dstrow, int nrows) argument
1319 if (dstrow == 0 && (srcrow + nrows == scr->type->nrows)) {
1335 nrows * ncol
1356 vga_raster_eraserows(void *id, int startrow, int nrows, long fillattr) argument
[all...]
H A Dvga.c455 scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2;
464 if (cpos < 0 || cpos >= type->nrows * type->ncols)
876 malloc(scr1->pcs.type->ncols * scr1->pcs.type->nrows * 2,
884 scr->pcs.mem = malloc(type->ncols * type->nrows * 2,
886 pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp);
1038 oldtype->ncols * oldtype->nrows);
1056 scr->pcs.dispoffset, scr->pcs.mem, type->ncols * type->nrows);
1130 vga_copyrows(void *id, int srcrow, int dstrow, int nrows) argument
1142 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) {
[all...]
/netbsd-6-1-5-RELEASE/lib/libform/
H A Dfield.c247 ((fp->rows + fp->nrows) > 1))
283 *nrow = field->nrows;
399 && ((field->rows + field->nrows) == 1))
424 && ((field->rows + field->nrows) == 1))
768 int fcol, int nrows, int nbuf)
773 (nrows < 0) || (nbuf < 0))
788 new->nrows = nrows;
797 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf) argument
805 frow, fcol, nrows, nbu
767 _formi_create_field(FIELD *prototype, int rows, int cols, int frow, int fcol, int nrows, int nbuf) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Damidisplaycc.c280 int nrows; member in struct:amidisplaycc_screen
465 adp->gfxheight = amidisplaycc_screentab[0].wsdescr.nrows *
514 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols)
593 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols)
707 row < 0 || row >= scr->nrows)
757 if (row < 0 || row >= scr->nrows ||
789 amidisplaycc_copyrows(void *screen, int srcrow, int dstrow, int nrows) argument
813 if (srcrow < 0 || srcrow + nrows > scr->nrows ||
814 dstrow < 0 || dstrow + nrows > sc
917 amidisplaycc_eraserows(void *screen, int row, int nrows, long attr) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/tbl/
H A Dmain.cpp619 int nrows; member in struct:format
632 format::format(int nr, int nc) : nrows(nr), ncolumns(nc)
642 entry = new entry_format *[nrows];
643 for (i = 0; i < nrows; i++)
645 vline = new char*[nrows];
646 for (i = 0; i < nrows; i++) {
657 vline = new char*[nrows + n];
658 for (i = 0; i < nrows; i++)
662 vline[nrows + i] = new char[ncolumns + 1];
664 vline[nrows
1113 int nrows = 0; local
[all...]
H A Dtable.cpp1202 : flags(f), nrows(0), ncolumns(nc), linesize(ls), decimal_point_char(dpc),
1221 for (int i = 0; i < nrows; i++) {
1302 if (r >= nrows) {
1328 while (nrows <= r) {
1329 entry[nrows] = new table_entry*[ncolumns];
1332 entry[nrows][i] = 0;
1333 vline[nrows] = new char[ncolumns+1];
1335 vline[nrows][i] = 0;
1336 nrows++;
1343 assert(r >= 0 && c >= 0 && r < nrows
[all...]
H A Dtable.h90 int nrows; member in class:table
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A Dpgfs_db.h55 unsigned int nrows; member in struct:fetchstatus
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c198 stdscreen.nrows = ri->ri_rows;
299 fb_eraserows(void *v, int row, int nrows, long attr) argument
305 nrows *= ri->ri_font->fontheight;
307 s3_fill(fb, 0, row, ri->ri_stride, nrows, (attr >> 16)&0x0f, 0x0f);
325 fb_copyrows(void *v, int srcrow, int dstrow, int nrows) argument
332 nrows *= ri->ri_font->fontheight;
334 s3_copy(fb, 0, srcrow, 0, dstrow, ri->ri_stride, nrows, 0x0f);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dega.c347 scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2;
354 if (cpos < 0 || cpos >= type->nrows * type->ncols)
596 malloc(type->ncols * type->nrows * 2, M_DEVBUF, M_WAITOK);
607 scr->pcs.mem = malloc(type->ncols * type->nrows * 2,
609 pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp);
710 oldtype->ncols * oldtype->nrows);
729 type->ncols * type->nrows);
834 ega_copyrows(void *id, int srcrow, int dstrow, int nrows) argument
846 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) {
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/gdium/
H A Dgdium_genfb.c95 gdium_stdscreen.nrows = ri->ri_rows;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dwcfb.c278 sc->sc_defaultscreen_descr.nrows = ri->ri_rows;
527 wcfb_copyrows(void *cookie, int srcrow, int dstrow, int nrows) argument
537 sc->copyrows(ri, srcrow, dstrow, nrows);
542 for (i = 0; i < ri->ri_font->fontheight * nrows; i++) {
552 wcfb_eraserows(void *cookie, int row, int nrows, long fillattr) argument
562 sc->eraserows(ri, row, nrows, fillattr);
566 for (i = 0; i < ri->ri_font->fontheight * nrows; i++) {
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dw100.c284 if (descr->c.nrows == 0) {
288 rasops_init(rinfo, descr->c.nrows, descr->c.ncols);
291 descr->c.nrows = rinfo->ri_rows;
377 descr->c.nrows = rinfo.ri_rows;
421 rasops_init(&scr->rinfo, type->c.nrows, type->c.ncols);

Completed in 173 milliseconds

1234