Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c1255 int samplelog = 0; /* keep "gcc -Wall" happy ! */ in ees_process() local
1263 samplelog = (samples < 2) ? 0 : in ees_process()
1268 samplereduce = (1 << samplelog); in ees_process()
1313 for (j = samplelog; j > 0; j--) in ees_process()