tag | line | file | source code |
huft | 28 | arch/i386/boot/compressed/inflate.c | struct huft *t; /* pointer to next level of table */ |
huft | 35 | arch/i386/boot/compressed/inflate.c | struct huft **, int *)); |
huft | 36 | arch/i386/boot/compressed/inflate.c | int huft_free OF((struct huft *)); |
huft | 37 | arch/i386/boot/compressed/inflate.c | int inflate_codes OF((struct huft *, struct huft *, int, int)); |
huft | 105 | arch/i386/boot/compressed/inflate.c | struct huft **t; /* result: starting table */ |
huft | 123 | arch/i386/boot/compressed/inflate.c | register struct huft *q; /* points to current table */ |
huft | 124 | arch/i386/boot/compressed/inflate.c | struct huft r; /* table entry for structure assignment */ |
huft | 125 | arch/i386/boot/compressed/inflate.c | struct huft *u[BMAX]; /* table stack */ |
huft | 143 | arch/i386/boot/compressed/inflate.c | *t = (struct huft *)NULL; |
huft | 201 | arch/i386/boot/compressed/inflate.c | u[0] = (struct huft *)NULL; /* just to keep compilers happy */ |
huft | 202 | arch/i386/boot/compressed/inflate.c | q = (struct huft *)NULL; /* ditto */ |
huft | 240 | arch/i386/boot/compressed/inflate.c | q = (struct huft *)malloc((z + 1)*sizeof(struct huft)); |
huft | 244 | arch/i386/boot/compressed/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
huft | 308 | arch/i386/boot/compressed/inflate.c | struct huft *t; /* table to free */ |
huft | 313 | arch/i386/boot/compressed/inflate.c | register struct huft *p, *q; |
huft | 318 | arch/i386/boot/compressed/inflate.c | while (p != (struct huft *)NULL) |
huft | 329 | arch/i386/boot/compressed/inflate.c | struct huft *tl, *td; /* literal/length and distance decoder tables */ |
huft | 337 | arch/i386/boot/compressed/inflate.c | struct huft *t; /* pointer to table entry */ |
huft | 496 | arch/i386/boot/compressed/inflate.c | struct huft *tl; /* literal/length code table */ |
huft | 497 | arch/i386/boot/compressed/inflate.c | struct huft *td; /* distance code table */ |
huft | 552 | arch/i386/boot/compressed/inflate.c | struct huft *tl; /* literal/length code table */ |
huft | 553 | arch/i386/boot/compressed/inflate.c | struct huft *td; /* distance code table */ |