Searched refs:best_time (Results 1 – 1 of 1) sorted by relevance
1000 int i, p, best, first, avail, best_time = 0x7fffffff; in opl3_alloc_voice() local1044 if (alloc->alloc_times[p] < best_time) /* Find oldest playing note */ in opl3_alloc_voice()1046 best_time = alloc->alloc_times[p]; in opl3_alloc_voice()