taglinefilesource code
bl336zBoot/inflate.cint inflate_codes(tl, td, bl, bd)
bl338zBoot/inflate.cint bl, bd;             /* number of bits decoded by tl[] and td[] */
bl357zBoot/inflate.cml = mask_bits[bl];           /* precompute masks for speed */
bl361zBoot/inflate.cNEEDBITS((unsigned)bl)
bl506zBoot/inflate.cint bl;               /* lookup bits for tl */
bl521zBoot/inflate.cbl = 7;
bl522zBoot/inflate.cif ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
bl540zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
bl562zBoot/inflate.cint bl;               /* lookup bits for tl */
bl614zBoot/inflate.cbl = 7;
bl615zBoot/inflate.cif ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
bl626zBoot/inflate.cm = mask_bits[bl];
bl630zBoot/inflate.cNEEDBITS((unsigned)bl)
bl684zBoot/inflate.cbl = lbits;
bl685zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
bl715zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))