taglinefilesource code
bl510zBoot/inflate.cint inflate_codes(tl, td, bl, bd)
bl512zBoot/inflate.cint bl, bd;             /* number of bits decoded by tl[] and td[] */
bl531zBoot/inflate.cml = mask_bits[bl];           /* precompute masks for speed */
bl535zBoot/inflate.cNEEDBITS((unsigned)bl)
bl683zBoot/inflate.cint bl;               /* lookup bits for tl */
bl698zBoot/inflate.cbl = 7;
bl699zBoot/inflate.cif ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
bl717zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
bl739zBoot/inflate.cint bl;               /* lookup bits for tl */
bl791zBoot/inflate.cbl = 7;
bl792zBoot/inflate.cif ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
bl803zBoot/inflate.cm = mask_bits[bl];
bl807zBoot/inflate.cNEEDBITS((unsigned)bl)
bl861zBoot/inflate.cbl = lbits;
bl862zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
bl892zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))