Lines Matching refs:bd
592 int bd /* number of bits decoded by td[] */ in inflate_codes() argument
613 md = mask_bits[bd]; in inflate_codes()
648 NEEDBITS((unsigned)bd) in inflate_codes()
773 int bd; /* lookup bits for td */ in inflate_fixed() local
800 bd = 5; in inflate_fixed()
801 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) in inflate_fixed()
812 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
839 int bd; /* lookup bits for td */ in inflate_dynamic() local
988 bd = dbits; in inflate_dynamic()
989 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
1009 if (inflate_codes(tl, td, bl, bd)) {