Home | History | Annotate | Download | only in isa

Lines Matching defs:ncols

346 	scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2;
353 if (cpos < 0 || cpos >= type->nrows * type->ncols)
368 scr->pcs.cursorrow = cpos / type->ncols;
369 scr->pcs.cursorcol = cpos % type->ncols;
595 malloc(type->ncols * type->nrows * 2, M_DEVBUF, M_WAITOK);
606 scr->pcs.mem = malloc(type->ncols * type->nrows * 2,
709 oldtype->ncols * oldtype->nrows);
728 type->ncols * type->nrows);
838 int ncols = scr->pcs.type->ncols;
841 srcoff = srcrow * ncols + 0;
842 dstoff = dstrow * ncols + 0;
854 if ((scr->pcs.dispoffset + srcrow * ncols * 2)
856 scr->pcs.dispoffset += srcrow * ncols * 2;
861 nrows * ncols);
877 nrows * ncols);
881 nrows * ncols * 2);