taglinefilesource code
best_time2678drivers/sound/gus_wave.cint             i, p, best = -1, best_time = 0x7fffffff;
best_time2692drivers/sound/gus_wave.cif (alloc->alloc_times[p] < best_time)
best_time2695drivers/sound/gus_wave.cbest_time = alloc->alloc_times[p];
best_time1103drivers/sound/opl3.cint             i, p, best, first, avail_voices, best_time = 0x7fffffff;
best_time1147drivers/sound/opl3.cif (alloc->alloc_times[p] < best_time)  /* Find oldest playing note */
best_time1149drivers/sound/opl3.cbest_time = alloc->alloc_times[p];
best_time503fs/buffer.cunsigned int best_time, winner;
best_time592fs/buffer.cwinner = best_time = UINT_MAX;  
best_time595fs/buffer.cif(candidate[i]->b_lru_time < best_time){
best_time596fs/buffer.cbest_time = candidate[i]->b_lru_time;