Home
last modified time | relevance | path

Searched refs:tempo_history_time (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/test/
H A Dmidifile.c128 static unsigned long tempo_history_time[MAX_HISTORY]; variable
240 tempo_history_time[tempo_history_count] = 0; in readheader()
292 if (tempo_history_time[i] <= Mf_currtime) old_tempo = tempo_history[i]; in find_tempo()
294 if (tempo_history_time[i] > revised_time) break; in find_tempo()
296 if (i > tempo_history_count || tempo_history_time[i] > Mf_currtime) { in find_tempo()
298 printf("[past %lu, old_tempo %lu]\n", tempo_history_time[i], old_tempo); in find_tempo()
303 tempo_change_time = revised_time = tempo_history_time[i]; in find_tempo()
553 if (tempo_history_time[tempo_history_count] > Mf_currtime) break; in metaevent()
556 tempo_history_time[tempo_history_count] = Mf_currtime; in metaevent()

Completed in 2 milliseconds