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

/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_rawdcf.c410 unsigned char histbuf[BITS]; local
422 histbuf[i] = 0;
443 histbuf[i]++;
473 lowmax+=histbuf[i] * i;
474 highmax += histbuf[i];
475 parseprintf(DD_RAWDCF,(" %d", histbuf[i]));
495 highmax+=histbuf[i] * i;
496 cutoff +=histbuf[i];
497 parseprintf(DD_RAWDCF,(" %d", histbuf[i]));
513 if (histbuf[cutof
[all...]
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c538 unsigned char histbuf[BITS]; local
562 histbuf[i] = 0;
589 histbuf[i]++;
630 lowmax += histbuf[i] * i;
631 highmax += histbuf[i];
632 DPRINTF((" %d", histbuf[i]));
663 highmax+=histbuf[i] * i;
664 cutoff +=histbuf[i];
665 DPRINTF((" %d", histbuf[i]));
694 if (histbuf[cutof
[all...]

Completed in 112 milliseconds