taglinefilesource code
this_one2040drivers/sound/gus_wave.cint             this_one, is16bits, chn;
this_one2047drivers/sound/gus_wave.cthis_one = pcm_head;
this_one2068drivers/sound/gus_wave.cdram_loc = this_one * pcm_bsize;
this_one2071drivers/sound/gus_wave.cif (this_one == (pcm_nblk - 1))  /* Last fragment of the DRAM buffer */
this_one2116drivers/sound/gus_wave.cgus_write_addr (0x04, dram_loc + pcm_datasize[this_one],
this_one2121drivers/sound/gus_wave.cif (pcm_datasize[this_one] != pcm_bsize)
this_one2135drivers/sound/gus_wave.cgus_write_addr (0x04, dram_loc + pcm_datasize[this_one],
this_one2169drivers/sound/gus_wave.cint             this_one, count;
this_one2183drivers/sound/gus_wave.cthis_one = pcm_current_block = pcm_tail;
this_one2186drivers/sound/gus_wave.cpcm_datasize[this_one] = count;
this_one2189drivers/sound/gus_wave.cthis_one = pcm_current_block;
this_one2194drivers/sound/gus_wave.caddress = this_one * pcm_bsize;
this_one720drivers/sound/sequencer.cint             this_one;
this_one729drivers/sound/sequencer.cqhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE;
this_one732drivers/sound/sequencer.cq = &queue[this_one * EV_SZ];
this_one815drivers/sound/sequencer.cqhead = this_one;  /*