taglinefilesource code
bd328arch/i386/boot/compressed/inflate.cint inflate_codes(tl, td, bl, bd)
bd330arch/i386/boot/compressed/inflate.cint bl, bd;             /* number of bits decoded by tl[] and td[] */
bd350arch/i386/boot/compressed/inflate.cmd = mask_bits[bd];
bd384arch/i386/boot/compressed/inflate.cNEEDBITS((unsigned)bd)
bd499arch/i386/boot/compressed/inflate.cint bd;               /* lookup bits for td */
bd521arch/i386/boot/compressed/inflate.cbd = 5;
bd522arch/i386/boot/compressed/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
bd532arch/i386/boot/compressed/inflate.cif (inflate_codes(tl, td, bl, bd))
bd555arch/i386/boot/compressed/inflate.cint bd;               /* lookup bits for td */
bd687arch/i386/boot/compressed/inflate.cbd = dbits;
bd688arch/i386/boot/compressed/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
bd707arch/i386/boot/compressed/inflate.cif (inflate_codes(tl, td, bl, bd))