Searched refs:samplereduce (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c208 #define BESTSAMPLE ((samplereduce * 3) /4) /* 24 */
1254 int samplereduce = (samples + 1) / 2; local
1266 samplereduce = (1 << samplelog);
1271 msyslog(LOG_ERR, "Samples=%d (%d), samplereduce=%d ....",
1272 samples, last_samples, samplereduce);
1286 while ((noff - i) > samplereduce) {

Completed in 57 milliseconds