HomeSort by: relevance | last modified time | path
    Searched defs:samplereduce (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c 201 /* Limits on things. Reduce the number of samples to SAMPLEREDUCE by median
207 #define REDUCESHIFT (FULLSHIFT -1) /* SAMPLEREDUCE root 2 */
210 #define BESTSAMPLE ((samplereduce * 3) /4) /* 24 */
1256 int samplereduce = (samples + 1) / 2; local
1268 samplereduce = (1 << samplelog);
1273 msyslog(LOG_ERR, "Samples=%d (%d), samplereduce=%d ....",
1274 samples, last_samples, samplereduce);
1288 while ((noff - i) > samplereduce) {

Completed in 51 milliseconds