taglinefilesource code
this_time213drivers/sound/sequencer.cunsigned long   this_time;
this_time216drivers/sound/sequencer.cthis_time = tmr->get_time (tmr_no);
this_time218drivers/sound/sequencer.cthis_time = GET_TIME () - seq_time;
this_time220drivers/sound/sequencer.cif (this_time != prev_input_time)
this_time228drivers/sound/sequencer.c*(unsigned long *) &tmp_event[4] = this_time;
this_time231drivers/sound/sequencer.cprev_input_time = this_time;