Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c1253 int samplelog = 0; /* keep "gcc -Wall" happy ! */ in ees_process() local
1261 samplelog = (samples < 2) ? 0 : in ees_process()
1266 samplereduce = (1 << samplelog); in ees_process()
1311 for (j = samplelog; j > 0; j--) in ees_process()