tag | line | file | source code |
tl | 328 | arch/i386/boot/compressed/inflate.c | int inflate_codes(tl, td, bl, bd) |
tl | 329 | arch/i386/boot/compressed/inflate.c | struct huft *tl, *td; /* literal/length and distance decoder tables */ |
tl | 354 | arch/i386/boot/compressed/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
tl | 496 | arch/i386/boot/compressed/inflate.c | struct huft *tl; /* literal/length code table */ |
tl | 514 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) |
tl | 524 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 532 | arch/i386/boot/compressed/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
tl | 537 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 552 | arch/i386/boot/compressed/inflate.c | struct huft *tl; /* literal/length code table */ |
tl | 607 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) |
tl | 610 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 623 | arch/i386/boot/compressed/inflate.c | j = (td = tl + ((unsigned)b & m))->b; |
tl | 665 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 677 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) |
tl | 682 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 699 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 707 | arch/i386/boot/compressed/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
tl | 713 | arch/i386/boot/compressed/inflate.c | huft_free(tl); |
tl | 87 | drivers/sound/os.h | { unsigned long tl;\ |
tl | 88 | drivers/sound/os.h | if (time_limit) tl = current->timeout = jiffies + (time_limit); \ |
tl | 89 | drivers/sound/os.h | else tl = 0xffffffff; \ |
tl | 96 | drivers/sound/os.h | if (jiffies >= tl) f.mode |= WK_TIMEOUT; \ |