taglinefilesource code
best_time2721drivers/sound/gus_wave.cint             i, p, best = -1, best_time = 0x7fffffff;
best_time2735drivers/sound/gus_wave.cif (alloc->alloc_times[p] < best_time)
best_time2738drivers/sound/gus_wave.cbest_time = alloc->alloc_times[p];
best_time1073drivers/sound/opl3.cint             i, p, best, first, avail, best_time = 0x7fffffff;
best_time1117drivers/sound/opl3.cif (alloc->alloc_times[p] < best_time)  /* Find oldest playing note */
best_time1119drivers/sound/opl3.cbest_time = alloc->alloc_times[p];
best_time557fs/buffer.cunsigned int best_time, winner;
best_time646fs/buffer.cwinner = best_time = UINT_MAX;  
best_time649fs/buffer.cif(candidate[i]->b_lru_time < best_time){
best_time650fs/buffer.cbest_time = candidate[i]->b_lru_time;