tag | line | file | source code |
ush | 98 | zBoot/gzip.h | EXTERN(ush, d_buf); /* buffer for distances, see trees.c */ |
ush | 104 | zBoot/gzip.h | EXTERN(ush, tab_prefix); /* prefix code (see unlzw.c) */ |
ush | 108 | zBoot/gzip.h | EXTERN(ush, tab_prefix0); /* prefix for even codes */ |
ush | 109 | zBoot/gzip.h | EXTERN(ush, tab_prefix1); /* prefix for odd codes */ |
ush | 197 | zBoot/gzip.h | outbuf[outcnt++] = (uch) ((ush)(w) >> 8); \ |
ush | 200 | zBoot/gzip.h | put_byte((uch)((ush)(w) >> 8)); \ |
ush | 216 | zBoot/gzip.h | #define SH(p) ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8)) |
ush | 251 | zBoot/gzip.h | void lm_init OF((int pack_level, ush *flags)); |
ush | 255 | zBoot/gzip.h | void ct_init OF((ush *attr, int *method)); |
ush | 27 | zBoot/inflate.c | ush n; /* literal, length base, or distance base */ |
ush | 34 | zBoot/inflate.c | int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *, |
ush | 51 | zBoot/inflate.c | static ush cplens[] = { /* Copy lengths for literal codes 257..285 */ |
ush | 55 | zBoot/inflate.c | static ush cplext[] = { /* Extra bits for literal codes 257..285 */ |
ush | 58 | zBoot/inflate.c | static ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ |
ush | 62 | zBoot/inflate.c | static ush cpdext[] = { /* Extra bits for distance codes */ |
ush | 71 | zBoot/inflate.c | ush mask_bits[] = { |
ush | 103 | zBoot/inflate.c | ush *d; /* list of base values for non-simple codes */ |
ush | 104 | zBoot/inflate.c | ush *e; /* list of extra bits for non-simple codes */ |