Lines Matching refs:nextblock
2406 size_t nextblock, in_buffer;
2412 #define COUNT(x) nextblock -= x; in_buffer -= x; data += x
2444 in_buffer = nextblock = 0;
2457 nextblock = buf[0] = 0;
2464 while (!nextblock) { /* this is a new block */
2469 nextblock = VOC_DATALEN(bp);
2598 } /* while (! nextblock) */
2599 /* put nextblock data bytes to dsp */
2601 if (nextblock < (size_t)l)
2602 l = nextblock;