Lines Matching refs:chunk
175 if (chunk > have) { \
176 chunk -= have; \
180 chunk--; \
181 if (chunk > have) { \
182 chunk = have = 0; \
186 have -= chunk; \
187 next += chunk; \
188 chunk = 0; \
204 unsigned chunk; /* bytes left in current chunk */
260 chunk = bits - 2; /* 7 bytes left in this chunk */
276 if (chunk == 0) /* decrement chunk modulo bits */
277 chunk = bits;
289 chunk--;
295 chunk--;