taglinefilesource code
EV_SZ158drivers/sound/sequencer.cunsigned char   event[EV_SZ], ev_code;
EV_SZ282drivers/sound/sequencer.cmemcpy (&queue[qtail * EV_SZ], note, EV_SZ);
EV_SZ349drivers/sound/sequencer.cq = &queue[this_one*EV_SZ];
EV_SZ1096drivers/sound/sequencer.cPERMANENT_MALLOC(unsigned char*, queue, SEQ_MAX_QUEUE*EV_SZ, mem_start);