Lines Matching refs:bd
589 int bd /* number of bits decoded by td[] */ in inflate_codes() argument
610 md = mask_bits[bd]; in inflate_codes()
645 NEEDBITS((unsigned)bd) in inflate_codes()
770 int bd; /* lookup bits for td */ in inflate_fixed() local
797 bd = 5; in inflate_fixed()
798 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed()
809 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
836 int bd; /* lookup bits for td */ in inflate_dynamic() local
985 bd = dbits; in inflate_dynamic()
986 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
1006 if (inflate_codes(tl, td, bl, bd)) {