Lines Matching refs:outf
252 long f, vrf, outf, best_diff, best_outf = 0, diff;
295 outf = f;
297 outf >>= 2 - df;
301 /* outf is a valid freq, pick the closest now */
303 if ((diff = (requested_freq - outf)) < 0)
310 best_outf = outf;
461 long f, vrf, outf, best_diff, best_outf = 0, diff;
506 outf = f;
508 outf >>= 2 - df;
512 /* outf is a valid freq, pick the closest now */
514 if ((diff = (requested_freq - outf)) < 0)
521 best_outf = outf;