Searched refs:highmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/libparse/
H A Dclk_rawdcf.c408 unsigned int i, lowmax, highmax, cutoff, span; local
468 highmax = 0;
474 highmax += histbuf[i];
479 lowmax += highmax / 2;
481 if (highmax)
483 lowmax /= highmax;
490 highmax = 0;
495 highmax+=histbuf[i] * i;
503 highmax /= cutoff;
507 highmax
[all...]
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c536 register unsigned int i, lowmax, highmax, cutoff, span; local
622 highmax = 0; /* bitcount */
631 highmax += histbuf[i];
639 lowmax += highmax / 2;
646 if (highmax)
648 lowmax /= highmax;
655 highmax = 0; /* weighted sum of upper bits counts */
663 highmax+=histbuf[i] * i;
674 highmax /= cutoff;
678 highmax
[all...]

Completed in 47 milliseconds