Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c208 #define BESTSAMPLE ((samplereduce * 3) /4) /* 24 */
1254 int samplereduce = (samples + 1) / 2; in ees_process() local
1266 samplereduce = (1 << samplelog); in ees_process()
1272 samples, last_samples, samplereduce); in ees_process()
1286 while ((noff - i) > samplereduce) { in ees_process()