tag | line | file | source code |
td | 328 | arch/i386/boot/compressed/inflate.c | int inflate_codes(tl, td, bl, bd) |
td | 329 | arch/i386/boot/compressed/inflate.c | struct huft *tl, *td; /* literal/length and distance decoder tables */ |
td | 385 | arch/i386/boot/compressed/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
td | 497 | arch/i386/boot/compressed/inflate.c | struct huft *td; /* distance code table */ |
td | 522 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) |
td | 532 | arch/i386/boot/compressed/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
td | 538 | arch/i386/boot/compressed/inflate.c | huft_free(td); |
td | 553 | arch/i386/boot/compressed/inflate.c | struct huft *td; /* distance code table */ |
td | 623 | arch/i386/boot/compressed/inflate.c | j = (td = tl + ((unsigned)b & m))->b; |
td | 625 | arch/i386/boot/compressed/inflate.c | j = td->v.n; |
td | 688 | arch/i386/boot/compressed/inflate.c | if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) |
td | 697 | arch/i386/boot/compressed/inflate.c | huft_free(td); |
td | 707 | arch/i386/boot/compressed/inflate.c | if (inflate_codes(tl, td, bl, bd)) |
td | 714 | arch/i386/boot/compressed/inflate.c | huft_free(td); |