Lines Matching refs:GETBITS
127 #define GETBITS(n) (bit_buf & MASK_BITS(n))
241 t = tl + GETBITS(bl);
250 t = t->v.t + GETBITS(x);
273 l = t->v.n + GETBITS(x);
279 t = td + GETBITS(bd);
288 t = t->v.t + GETBITS(x);
293 d = w - t->v.n - GETBITS(x);
337 l = GETBITS(16);
359 *p++ = state->slide[w++] = (uch)GETBITS(8);
453 nl = 257 + GETBITS(5); /* number of literal/length codes */
456 nd = 1 + GETBITS(5); /* number of distance codes */
459 nb = 4 + GETBITS(4); /* number of bit length codes */
478 ll[border[j]] = GETBITS(3);
502 j = (td = tl + (GETBITS(bl)))->b;
510 j = 3 + GETBITS(2);
523 j = 3 + GETBITS(3);
537 j = 11 + GETBITS(7);
677 *p++ = state->slide[w++] = (uch)GETBITS(8);
707 if (GETBITS(1))
714 state->method = (int)GETBITS(2);