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

  /src/external/bsd/ntp/dist/libparse/
clk_rawdcf.c 410 unsigned int i, lowmax, highmax, cutoff, span; local
428 lowmax = 0;
447 lowmax++;
458 if (lowmax)
460 cutoff /= lowmax;
469 lowmax = 0;
475 lowmax+=histbuf[i] * i;
481 lowmax += highmax / 2;
485 lowmax /= highmax;
489 lowmax = 0
    [all...]
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 538 register unsigned int i, lowmax, highmax, cutoff, span; local
568 lowmax = 0;
593 lowmax++;
612 if (lowmax)
614 cutoff /= lowmax;
623 lowmax = 0; /* weighted sum */
632 lowmax += histbuf[i] * i;
641 lowmax += highmax / 2;
650 lowmax /= highmax;
654 lowmax = 0
    [all...]

Completed in 27 milliseconds