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

  /src/external/bsd/ntp/dist/libparse/
clk_rawdcf.c 412 unsigned char histbuf[BITS]; local
424 histbuf[i] = 0;
445 histbuf[i]++;
475 lowmax+=histbuf[i] * i;
476 highmax += histbuf[i];
477 parseprintf(DD_RAWDCF,(" %d", histbuf[i]));
497 highmax+=histbuf[i] * i;
498 cutoff +=histbuf[i];
499 parseprintf(DD_RAWDCF,(" %d", histbuf[i]));
515 if (histbuf[cutoff] > histbuf[i]
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 101 struct histype *histbuf; member in struct:pstate
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 101 struct histype *histbuf; member in struct:pstate
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 540 unsigned char histbuf[BITS]; local
564 histbuf[i] = 0;
591 histbuf[i]++;
632 lowmax += histbuf[i] * i;
633 highmax += histbuf[i];
634 DPRINTF((" %d", histbuf[i]));
665 highmax+=histbuf[i] * i;
666 cutoff +=histbuf[i];
667 DPRINTF((" %d", histbuf[i]));
696 if (histbuf[cutoff] > histbuf[i]
    [all...]

Completed in 23 milliseconds