Lines Matching refs:bd
593 int bd /* number of bits decoded by td[] */ in inflate_codes() argument
614 md = mask_bits[bd]; in inflate_codes()
649 NEEDBITS((unsigned)bd) in inflate_codes()
774 int bd; /* lookup bits for td */ in inflate_fixed() local
801 bd = 5; in inflate_fixed()
802 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed()
813 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
840 int bd; /* lookup bits for td */ in inflate_dynamic() local
989 bd = dbits; in inflate_dynamic()
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
1010 if (inflate_codes(tl, td, bl, bd)) {