taglinefilesource code
td328arch/i386/boot/compressed/inflate.cint inflate_codes(tl, td, bl, bd)
td329arch/i386/boot/compressed/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
td385arch/i386/boot/compressed/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
td497arch/i386/boot/compressed/inflate.cstruct huft *td;      /* distance code table */
td522arch/i386/boot/compressed/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
td532arch/i386/boot/compressed/inflate.cif (inflate_codes(tl, td, bl, bd))
td538arch/i386/boot/compressed/inflate.chuft_free(td);
td553arch/i386/boot/compressed/inflate.cstruct huft *td;      /* distance code table */
td623arch/i386/boot/compressed/inflate.cj = (td = tl + ((unsigned)b & m))->b;
td625arch/i386/boot/compressed/inflate.cj = td->v.n;
td688arch/i386/boot/compressed/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
td697arch/i386/boot/compressed/inflate.chuft_free(td);
td707arch/i386/boot/compressed/inflate.cif (inflate_codes(tl, td, bl, bd))
td714arch/i386/boot/compressed/inflate.chuft_free(td);