Searched defs:nlines (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c82 int nlines; member in struct:__anon109
99 qp->nlines = (batchcount + 1) * 2;
101 qp->lineq = (point *) malloc(qp->nlines * sizeof(point));
102 memset(qp->lineq, '\0', qp->nlines * sizeof(point));
111 qp->nlines /= 4;
144 qp->first = (qp->last + 2) % qp->nlines;
170 if (qp->last >= qp->nlines)
176 if (qp->last >= qp->nlines)
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c996 int nlines, linesPerBuf, rc; local
1216 nlines = min(linesPerBuf, height - linesDone);
1221 nlines,
1231 box.y2 = box.y1 + nlines;
1248 memset(pBuf, 0, (int)(nlines * widthBytesLine));
1259 (int)(nlines * widthBytesLine),
1262 linesDone += nlines;
1274 nlines = min(linesPerBuf, height - linesDone);
1279 nlines,
1289 box.y2 = box.y1 + nlines;
[all...]

Completed in 13 milliseconds