Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c210 #define BESTSAMPLE ((samplereduce * 3) /4) /* 24 */
1256 int samplereduce = (samples + 1) / 2; in ees_process() local
1268 samplereduce = (1 << samplelog); in ees_process()
1274 samples, last_samples, samplereduce); in ees_process()
1288 while ((noff - i) > samplereduce) { in ees_process()