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

/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_rawdcf.c408 unsigned int i, lowmax, highmax, cutoff, span; local
426 lowmax = 0;
445 lowmax++;
456 if (lowmax)
458 cutoff /= lowmax;
467 lowmax = 0;
473 lowmax+=histbuf[i] * i;
479 lowmax += highmax / 2;
483 lowmax /= highmax;
487 lowmax
[all...]
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c536 register unsigned int i, lowmax, highmax, cutoff, span; local
566 lowmax = 0;
591 lowmax++;
610 if (lowmax)
612 cutoff /= lowmax;
621 lowmax = 0; /* weighted sum */
630 lowmax += histbuf[i] * i;
639 lowmax += highmax / 2;
648 lowmax /= highmax;
652 lowmax
[all...]

Completed in 188 milliseconds