taglinefilesource code
ush401drivers/block/genhd.cunsigned short *ush;
ush439drivers/block/genhd.cush = ((unsigned short *) (label+1)) - 1;
ush440drivers/block/genhd.cfor(csum = 0; ush >= ((unsigned short *) label);)
ush441drivers/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;
ush128lib/inflate.cush n;              /* literal, length base, or distance base */
ush135lib/inflate.cSTATIC int huft_build OF((unsigned *, unsigned, unsigned, ush *, ush *,
ush161lib/inflate.cstatic ush cplens[] = {         /* Copy lengths for literal codes 257..285 */
ush165lib/inflate.cstatic ush cplext[] = {         /* Extra bits for literal codes 257..285 */
ush168lib/inflate.cstatic ush cpdist[] = {         /* Copy offsets for distance codes 0..29 */
ush172lib/inflate.cstatic ush cpdext[] = {         /* Extra bits for distance codes */
ush212lib/inflate.cSTATIC ush mask_bits[] = {
ush272lib/inflate.cush *d;                 /* list of base values for non-simple codes */
ush273lib/inflate.cush *e;                 /* list of extra bits for non-simple codes */
ush447lib/inflate.cr.v.n = (ush)(*p);             /* simple code is just the value */