Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dmidifile.c126 #define MAX_HISTORY 512 macro
127 static unsigned long tempo_history[MAX_HISTORY];
128 static unsigned long tempo_history_time[MAX_HISTORY];
554 if (tempo_history_count < MAX_HISTORY - 1) tempo_history_count++; in metaevent()