Searched refs:bufcount (Results 1 – 7 of 7) sorted by relevance
345 unsigned int bufcount; member364 mbf->bufcount = 0; in mbfile_init()388 if (mbf->bufcount == 0) in mbfile_getc()397 mbf->bufcount++; in mbfile_getc()411 size_t insize = mbf->bufcount; in mbfile_getc()420 if ((insize < mbf->bufcount) != (outsize < sizeof (scratchbuf))) in mbfile_getc()443 if (mbf->bufcount == MBCHAR_BUF_SIZE) in mbfile_getc()463 bytes = mbf->bufcount; in mbfile_getc()467 mbf->buf[mbf->bufcount++] = (unsigned char) c; in mbfile_getc()473 bytes = mbf->bufcount - 1; in mbfile_getc()[all …]
231 size_t bufcount; in phase2_getc() local236 bufcount = 1; in phase2_getc()242 size_t insize = bufcount; in phase2_getc()251 if ((insize < bufcount) != (outsize < sizeof (scratchbuf))) in phase2_getc()274 if (bufcount == MAX_PHASE1_PUSHBACK) in phase2_getc()306 buf[bufcount++] = (unsigned char) c; in phase2_getc()315 size_t bytes = bufcount - insize; in phase2_getc()
250 size_t bufcount; in phase2_getc() local255 bufcount = 1; in phase2_getc()261 size_t insize = bufcount; in phase2_getc()270 if ((insize < bufcount) != (outsize < sizeof (scratchbuf))) in phase2_getc()294 if (bufcount == MAX_PHASE1_PUSHBACK) in phase2_getc()329 buf[bufcount++] = (unsigned char) c; in phase2_getc()338 size_t bytes = bufcount - insize; in phase2_getc()
99 int bufcount = 0; in print_wires() local122 bufcount += strlen(s); in print_wires()123 if (bufcount > buf_size) { in print_wires()
80 int bufcount; /* Number of kept buffers */ member
2000 cl->bufcount = 0;2353 cl->bpp[cl->bufcount++] = bp;2564 while (cl->bufcount--) {2565 tbp = cl->bpp[cl->bufcount];2603 cl->bufcount, (long)tbp->b_flags));
9 define bufcount