taglinefilesource code
uch96arch/i386/boot/compressed/gzip.hEXTERN(uch, inbuf);          /* input buffer */
uch97arch/i386/boot/compressed/gzip.hEXTERN(uch, outbuf);         /* output buffer */
uch99arch/i386/boot/compressed/gzip.hEXTERN(uch, window);         /* Sliding window and suffix table (unlzw) */
uch188arch/i386/boot/compressed/gzip.h#define put_byte(c) {outbuf[outcnt++]=(uch)(c); if (outcnt==OUTBUFSIZ)\
uch190arch/i386/boot/compressed/gzip.h#define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\
uch196arch/i386/boot/compressed/gzip.houtbuf[outcnt++] = (uch) ((w) & 0xff); \
uch197arch/i386/boot/compressed/gzip.houtbuf[outcnt++] = (uch) ((ush)(w) >> 8); \
uch199arch/i386/boot/compressed/gzip.hput_byte((uch)((w) & 0xff)); \
uch200arch/i386/boot/compressed/gzip.hput_byte((uch)((ush)(w) >> 8)); \
uch216arch/i386/boot/compressed/gzip.h#define SH(p) ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8))
uch268arch/i386/boot/compressed/gzip.hextern ulg  updcrc        OF((uch *s, unsigned n));
uch24arch/i386/boot/compressed/inflate.cuch e;                /* number of extra bits or operation */
uch25arch/i386/boot/compressed/inflate.cuch b;                /* number of bits in this code or subcode */
uch78arch/i386/boot/compressed/inflate.cuch cc;
uch82arch/i386/boot/compressed/inflate.c#  define NEXTBYTE()  (uch)get_byte()
uch252arch/i386/boot/compressed/inflate.cr.b = (uch)l;         /* bits to dump before this table */
uch253arch/i386/boot/compressed/inflate.cr.e = (uch)(16 + j);  /* bits in this table */
uch263arch/i386/boot/compressed/inflate.cr.b = (uch)(k - w);
uch268arch/i386/boot/compressed/inflate.cr.e = (uch)(*p < 256 ? 16 : 15);    /* 256 is end-of-block code */
uch273arch/i386/boot/compressed/inflate.cr.e = (uch)e[*p - s];   /* non-simple--look up in lists */
uch365arch/i386/boot/compressed/inflate.cslide[w++] = (uch)t->v.n;
uch469arch/i386/boot/compressed/inflate.cslide[w++] = (uch)b;
uch46arch/i386/boot/compressed/misc.cDECLARE(uch, inbuf, INBUFSIZ);
uch47arch/i386/boot/compressed/misc.cDECLARE(uch, outbuf, OUTBUFSIZ+OUTBUF_EXTRA);
uch48arch/i386/boot/compressed/misc.cDECLARE(uch, window, WSIZE);
uch185arch/i386/boot/compressed/misc.cuch *s;                 /* pointer to bytes to pump through */
uch363arch/i386/boot/compressed/misc.cuch flags;
uch379arch/i386/boot/compressed/misc.cflags  = (uch)get_byte();
uch58arch/i386/boot/compressed/unzip.cuch *h = inbuf + inptr; /* first local header */
uch101arch/i386/boot/compressed/unzip.cuch buf[EXTHDR];        /* extended local header */
uch133arch/i386/boot/compressed/unzip.cuch c = (uch)get_byte();
uch149arch/i386/boot/compressed/unzip.cbuf[n] = (uch)get_byte(); /* may cause an error if EOF */
uch161arch/i386/boot/compressed/unzip.cbuf[n] = (uch)get_byte(); /* may cause an error if EOF */
uch148drivers/block/cm206.cuch track, fsm[3], q0;
uch154drivers/block/cm206.cuch intr_ur;      /* uart receive buffer */
uch155drivers/block/cm206.cuch dsb, cc;   /* drive status byte and condition (error) code */
uch156drivers/block/cm206.cuch fool;
uch171drivers/block/cm206.cuch disc_status[7];    /* result of get_disc_status command */
uch178drivers/block/cm206.cuch q[10];      /* Last read q-channel info */
uch179drivers/block/cm206.cuch audio_status[5];    /* last read position on pause */
uch201drivers/block/cm206.cuch receive_echo_polled(void)
uch205drivers/block/cm206.creturn ((uch) inw(r_uart_receive));
uch208drivers/block/cm206.cuch send_receive_polled(int command)
uch333drivers/block/cm206.cuch receive_echo(void)
uch339drivers/block/cm206.creturn ((uch) inw(r_uart_receive));
uch344drivers/block/cm206.cinline uch send_receive(int command)
uch350drivers/block/cm206.cuch wait_dsb(void)
uch356drivers/block/cm206.creturn ((uch) inw(r_uart_receive));
uch375drivers/block/cm206.cint type_1_command(int command, int bytes, uch * status) /* returns info */
uch394drivers/block/cm206.cvoid fsm(int lba, uch * fsm) 
uch401drivers/block/cm206.cinline int fsm2lba(uch * fsm) 
uch406drivers/block/cm206.cinline int f_s_m2lba(uch f, uch s, uch m)
uch413drivers/block/cm206.cuch read_sector[4] = {c_read_data, };
uch522drivers/block/cm206.cuch status[2];
uch641drivers/block/cm206.cuch * source, * dest;
uch658drivers/block/cm206.csource = ((uch *) cd->sector) + 16 + 
uch663drivers/block/cm206.csource =  ((uch *) cd->sector)+16+quarter*512;
uch703drivers/block/cm206.cuch seek_command[4]={c_seek, };
uch710drivers/block/cm206.cuch bcdbin(unsigned char bcd)  /* stolen from mcd.c! */
uch715drivers/block/cm206.cinline uch normalize_track(uch track) 
uch725drivers/block/cm206.cint get_toc_lba(uch track)
uch729drivers/block/cm206.cuch * q = cd->q;
uch730drivers/block/cm206.cuch ct;      /* current track */
uch772drivers/block/cm206.cvoid update_toc_entry(uch track) 
uch795drivers/block/cm206.cuch play_command[] = {c_play, 
uch808drivers/block/cm206.cuch play_command[8] = {c_play, };
uch832drivers/block/cm206.cuch * q = cd->q;
uch860drivers/block/cm206.cuch track = normalize_track(ep->cdte_track);
uch981drivers/block/cm206.cuch upc[10];
uch983drivers/block/cm206.cmemcpy_tofs((uch *) arg, &upc[1], 8);
uch1095drivers/block/cm206.cuch e=0;