taglinefilesource code
uch32arch/i386/boot/compressed/misc.cstatic uch *inbuf;       /* input buffer */
uch33arch/i386/boot/compressed/misc.cstatic uch window[WSIZE];    /* Sliding window buffer */
uch105arch/i386/boot/compressed/misc.cstatic uch *output_data;
uch246arch/i386/boot/compressed/misc.cuch *in, *out, ch;
uch471drivers/block/rd.cstatic uch *inbuf;
uch472drivers/block/rd.cstatic uch *window;
uch547drivers/block/rd.cuch *in, ch;
uch145drivers/cdrom/cm206.cuch track, fsm[3], q0;
uch151drivers/cdrom/cm206.cuch intr_ur;      /* uart receive buffer */
uch152drivers/cdrom/cm206.cuch dsb, cc;   /* drive status byte and condition (error) code */
uch153drivers/cdrom/cm206.cuch fool;
uch168drivers/cdrom/cm206.cuch disc_status[7];    /* result of get_disc_status command */
uch175drivers/cdrom/cm206.cuch q[10];      /* Last read q-channel info */
uch176drivers/cdrom/cm206.cuch audio_status[5];    /* last read position on pause */
uch198drivers/cdrom/cm206.cuch receive_echo_polled(void)
uch202drivers/cdrom/cm206.creturn ((uch) inw(r_uart_receive));
uch205drivers/cdrom/cm206.cuch send_receive_polled(int command)
uch330drivers/cdrom/cm206.cuch receive_echo(void)
uch336drivers/cdrom/cm206.creturn ((uch) inw(r_uart_receive));
uch341drivers/cdrom/cm206.cinline uch send_receive(int command)
uch347drivers/cdrom/cm206.cuch wait_dsb(void)
uch353drivers/cdrom/cm206.creturn ((uch) inw(r_uart_receive));
uch372drivers/cdrom/cm206.cint type_1_command(int command, int bytes, uch * status) /* returns info */
uch391drivers/cdrom/cm206.cvoid fsm(int lba, uch * fsm) 
uch398drivers/cdrom/cm206.cinline int fsm2lba(uch * fsm) 
uch403drivers/cdrom/cm206.cinline int f_s_m2lba(uch f, uch s, uch m)
uch410drivers/cdrom/cm206.cuch read_sector[4] = {c_read_data, };
uch519drivers/cdrom/cm206.cuch status[2];
uch638drivers/cdrom/cm206.cuch * source, * dest;
uch656drivers/cdrom/cm206.csource = ((uch *) cd->sector) + 16 + 
uch661drivers/cdrom/cm206.csource =  ((uch *) cd->sector)+16+quarter*512;
uch710drivers/cdrom/cm206.cuch seek_command[4]={c_seek, };
uch717drivers/cdrom/cm206.cuch bcdbin(unsigned char bcd)  /* stolen from mcd.c! */
uch722drivers/cdrom/cm206.cinline uch normalize_track(uch track) 
uch732drivers/cdrom/cm206.cint get_toc_lba(uch track)
uch736drivers/cdrom/cm206.cuch * q = cd->q;
uch737drivers/cdrom/cm206.cuch ct;      /* current track */
uch779drivers/cdrom/cm206.cvoid update_toc_entry(uch track) 
uch802drivers/cdrom/cm206.cuch play_command[] = {c_play, 
uch815drivers/cdrom/cm206.cuch play_command[8] = {c_play, };
uch839drivers/cdrom/cm206.cuch * q = cd->q;
uch867drivers/cdrom/cm206.cuch track = normalize_track(ep->cdte_track);
uch1012drivers/cdrom/cm206.cuch upc[10];
uch1018drivers/cdrom/cm206.cmemcpy_tofs((uch *) arg, &upc[1], 8);
uch1119drivers/cdrom/cm206.cuch e=0;
uch125lib/inflate.cuch e;                /* number of extra bits or operation */
uch126lib/inflate.cuch b;                /* number of bits in this code or subcode */
uch218lib/inflate.c#define NEXTBYTE()  (uch)get_byte()
uch430lib/inflate.cr.b = (uch)l;         /* bits to dump before this table */
uch431lib/inflate.cr.e = (uch)(16 + j);  /* bits in this table */
uch441lib/inflate.cr.b = (uch)(k - w);
uch446lib/inflate.cr.e = (uch)(*p < 256 ? 16 : 15);    /* 256 is end-of-block code */
uch452lib/inflate.cr.e = (uch)e[*p - s];   /* non-simple--look up in lists */
uch544lib/inflate.cslide[w++] = (uch)t->v.n;
uch651lib/inflate.cslide[w++] = (uch)b;
uch1060lib/inflate.cuch flags;
uch1083lib/inflate.cflags  = (uch)get_byte();