taglinefilesource code
nl565zBoot/inflate.cunsigned nl;          /* number of literal/length codes */
nl584zBoot/inflate.cnl = 257 + ((unsigned)b & 0x1f);      /* number of literal/length codes */
nl593zBoot/inflate.cif (nl > 288 || nd > 32)
nl595zBoot/inflate.cif (nl > 286 || nd > 30)
nl625zBoot/inflate.cn = nl + nd;
nl685zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
nl696zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)