taglinefilesource code
tl328arch/i386/boot/compressed/inflate.cint inflate_codes(tl, td, bl, bd)
tl329arch/i386/boot/compressed/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
tl354arch/i386/boot/compressed/inflate.cif ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
tl496arch/i386/boot/compressed/inflate.cstruct huft *tl;      /* literal/length code table */
tl514arch/i386/boot/compressed/inflate.cif ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
tl524arch/i386/boot/compressed/inflate.chuft_free(tl);
tl532arch/i386/boot/compressed/inflate.cif (inflate_codes(tl, td, bl, bd))
tl537arch/i386/boot/compressed/inflate.chuft_free(tl);
tl552arch/i386/boot/compressed/inflate.cstruct huft *tl;      /* literal/length code table */
tl607arch/i386/boot/compressed/inflate.cif ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
tl610arch/i386/boot/compressed/inflate.chuft_free(tl);
tl623arch/i386/boot/compressed/inflate.cj = (td = tl + ((unsigned)b & m))->b;
tl665arch/i386/boot/compressed/inflate.chuft_free(tl);
tl677arch/i386/boot/compressed/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
tl682arch/i386/boot/compressed/inflate.chuft_free(tl);
tl699arch/i386/boot/compressed/inflate.chuft_free(tl);
tl707arch/i386/boot/compressed/inflate.cif (inflate_codes(tl, td, bl, bd))
tl713arch/i386/boot/compressed/inflate.chuft_free(tl);
tl87drivers/sound/os.h{ unsigned long tl;\
tl88drivers/sound/os.hif (time_limit) tl = current->timeout = jiffies + (time_limit); \
tl89drivers/sound/os.helse tl = 0xffffffff; \
tl96drivers/sound/os.hif (jiffies >= tl) f.mode |= WK_TIMEOUT; \