taglinefilesource code
best_time2717drivers/sound/gus_wave.cint             i, p, best = -1, best_time = 0x7fffffff;
best_time2731drivers/sound/gus_wave.cif (alloc->alloc_times[p] < best_time)
best_time2734drivers/sound/gus_wave.cbest_time = alloc->alloc_times[p];
best_time1070drivers/sound/opl3.cint             i, p, best, first, avail, best_time = 0x7fffffff;
best_time1114drivers/sound/opl3.cif (alloc->alloc_times[p] < best_time)  /* Find oldest playing note */
best_time1116drivers/sound/opl3.cbest_time = alloc->alloc_times[p];
best_time522fs/buffer.cunsigned int best_time, winner;
best_time611fs/buffer.cwinner = best_time = UINT_MAX;  
best_time614fs/buffer.cif(candidate[i]->b_lru_time < best_time){
best_time615fs/buffer.cbest_time = candidate[i]->b_lru_time;