tag | line | file | source code |
ush | 98 | arch/i386/boot/compressed/gzip.h | EXTERN(ush, d_buf); /* buffer for distances, see trees.c */ |
ush | 104 | arch/i386/boot/compressed/gzip.h | EXTERN(ush, tab_prefix); /* prefix code (see unlzw.c) */ |
ush | 108 | arch/i386/boot/compressed/gzip.h | EXTERN(ush, tab_prefix0); /* prefix for even codes */ |
ush | 109 | arch/i386/boot/compressed/gzip.h | EXTERN(ush, tab_prefix1); /* prefix for odd codes */ |
ush | 197 | arch/i386/boot/compressed/gzip.h | outbuf[outcnt++] = (uch) ((ush)(w) >> 8); \ |
ush | 200 | arch/i386/boot/compressed/gzip.h | put_byte((uch)((ush)(w) >> 8)); \ |
ush | 216 | arch/i386/boot/compressed/gzip.h | #define SH(p) ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8)) |
ush | 251 | arch/i386/boot/compressed/gzip.h | void lm_init OF((int pack_level, ush *flags)); |
ush | 255 | arch/i386/boot/compressed/gzip.h | void ct_init OF((ush *attr, int *method)); |
ush | 27 | arch/i386/boot/compressed/inflate.c | ush n; /* literal, length base, or distance base */ |
ush | 34 | arch/i386/boot/compressed/inflate.c | int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *, |
ush | 51 | arch/i386/boot/compressed/inflate.c | static ush cplens[] = { /* Copy lengths for literal codes 257..285 */ |
ush | 55 | arch/i386/boot/compressed/inflate.c | static ush cplext[] = { /* Extra bits for literal codes 257..285 */ |
ush | 58 | arch/i386/boot/compressed/inflate.c | static ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ |
ush | 62 | arch/i386/boot/compressed/inflate.c | static ush cpdext[] = { /* Extra bits for distance codes */ |
ush | 71 | arch/i386/boot/compressed/inflate.c | ush mask_bits[] = { |
ush | 103 | arch/i386/boot/compressed/inflate.c | ush *d; /* list of base values for non-simple codes */ |
ush | 104 | arch/i386/boot/compressed/inflate.c | ush *e; /* list of extra bits for non-simple codes */ |
ush | 158 | drivers/block/cm206.c | ush intr_ds; /* data status read on last interrupt */ |
ush | 159 | drivers/block/cm206.c | ush intr_ls; /* uart line status read on last interrupt*/ |
ush | 165 | drivers/block/cm206.c | ush sector[READ_AHEAD*RAW_SECTOR_SIZE/2]; /* buffered cd-sector */ |
ush | 235 | drivers/block/cm206.c | volatile ush fool; |