tag | line | file | source code |
tl | 79 | drivers/sound/os.h | { unsigned long tl;\ |
tl | 80 | drivers/sound/os.h | if (time_limit) tl = current->timeout = jiffies + (time_limit); \ |
tl | 81 | drivers/sound/os.h | else tl = 0xffffffff; \ |
tl | 88 | drivers/sound/os.h | if (jiffies >= tl) f.mode |= WK_TIMEOUT; \ |
tl | 336 | zBoot/inflate.c | int inflate_codes(tl, td, bl, bd) |
tl | 337 | zBoot/inflate.c | struct huft *tl, *td; /* literal/length and distance decoder tables */ |
tl | 362 | zBoot/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
tl | 504 | zBoot/inflate.c | struct huft *tl; /* literal/length code table */ |
tl | 522 | zBoot/inflate.c | if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) |
tl | 532 | zBoot/inflate.c | huft_free(tl); |
tl | 540 | zBoot/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
tl | 545 | zBoot/inflate.c | huft_free(tl); |
tl | 560 | zBoot/inflate.c | struct huft *tl; /* literal/length code table */ |
tl | 615 | zBoot/inflate.c | if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) |
tl | 618 | zBoot/inflate.c | huft_free(tl); |
tl | 631 | zBoot/inflate.c | j = (td = tl + ((unsigned)b & m))->b; |
tl | 673 | zBoot/inflate.c | huft_free(tl); |
tl | 685 | zBoot/inflate.c | if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) |
tl | 690 | zBoot/inflate.c | huft_free(tl); |
tl | 707 | zBoot/inflate.c | huft_free(tl); |
tl | 715 | zBoot/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
tl | 721 | zBoot/inflate.c | huft_free(tl); |