Home
last modified time | relevance | path

Searched refs:old_tempo (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/test/
Dmidifile.c288 unsigned long old_tempo = Mf_currtempo; in find_tempo() local
292 if (tempo_history_time[i] <= Mf_currtime) old_tempo = tempo_history[i]; in find_tempo()
298 printf("[past %lu, old_tempo %lu]\n", tempo_history_time[i], old_tempo); in find_tempo()
301 return(old_tempo); in find_tempo()