taglinefilesource code
ush98arch/i386/boot/compressed/gzip.hEXTERN(ush, d_buf);          /* buffer for distances, see trees.c */
ush104arch/i386/boot/compressed/gzip.hEXTERN(ush, tab_prefix);  /* prefix code (see unlzw.c) */
ush108arch/i386/boot/compressed/gzip.hEXTERN(ush, tab_prefix0); /* prefix for even codes */
ush109arch/i386/boot/compressed/gzip.hEXTERN(ush, tab_prefix1); /* prefix for odd  codes */
ush197arch/i386/boot/compressed/gzip.houtbuf[outcnt++] = (uch) ((ush)(w) >> 8); \
ush200arch/i386/boot/compressed/gzip.hput_byte((uch)((ush)(w) >> 8)); \
ush216arch/i386/boot/compressed/gzip.h#define SH(p) ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8))
ush251arch/i386/boot/compressed/gzip.hvoid lm_init OF((int pack_level, ush *flags));
ush255arch/i386/boot/compressed/gzip.hvoid ct_init     OF((ush *attr, int *method));
ush27arch/i386/boot/compressed/inflate.cush n;              /* literal, length base, or distance base */
ush34arch/i386/boot/compressed/inflate.cint huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
ush51arch/i386/boot/compressed/inflate.cstatic ush cplens[] = {         /* Copy lengths for literal codes 257..285 */
ush55arch/i386/boot/compressed/inflate.cstatic ush cplext[] = {         /* Extra bits for literal codes 257..285 */
ush58arch/i386/boot/compressed/inflate.cstatic ush cpdist[] = {         /* Copy offsets for distance codes 0..29 */
ush62arch/i386/boot/compressed/inflate.cstatic ush cpdext[] = {         /* Extra bits for distance codes */
ush71arch/i386/boot/compressed/inflate.cush mask_bits[] = {
ush103arch/i386/boot/compressed/inflate.cush *d;                 /* list of base values for non-simple codes */
ush104arch/i386/boot/compressed/inflate.cush *e;                 /* list of extra bits for non-simple codes */
ush386drivers/block/genhd.cunsigned short *ush;
ush424drivers/block/genhd.cush = ((unsigned short *) (label+1)) - 1;
ush425drivers/block/genhd.cfor(csum = 0; ush >= ((unsigned short *) label);)
ush426drivers/block/genhd.ccsum ^= *ush--;
ush149drivers/cdrom/cm206.cush intr_ds;   /* data status read on last interrupt */
ush150drivers/cdrom/cm206.cush intr_ls;   /* uart line status read on last interrupt*/
ush156drivers/cdrom/cm206.cush sector[READ_AHEAD*RAW_SECTOR_SIZE/2]; /* buffered cd-sector */
ush226drivers/cdrom/cm206.cvolatile ush fool;