Searched refs:bufend (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xtrap/dist/
H A Dchparse.c311 static char *bufend = buffer; local in function:kbinr
313 if (bufptr >= bufend) {
314 bufptr = bufend = buffer;
320 bufend = &buffer[incount];
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddecompress.c204 BufChar *buf, *bufend; local in function:BufCompressedFill
209 bufend = buf + BUFFILESIZE;
214 while (buf < bufend) {
215 while (stackp > de_stack && buf < bufend)
218 if (buf == bufend)
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddecompress.c205 BufChar *buf, *bufend; local in function:BufCompressedFill
210 bufend = buf + BUFFILESIZE;
215 while (buf < bufend) {
216 while (stackp > de_stack && buf < bufend)
219 if (buf == bufend)

Completed in 3 milliseconds