| /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/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...] |
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| sis.c | 100 sregs->histbuf[sregs->histind].addr = sregs->pc; 101 sregs->histbuf[sregs->histind].time = ebase.simtime;
|
| sis.h | 101 struct histype *histbuf; member in struct:pstate
|
| func.c | 467 if (sregs->histbuf != NULL) 468 free(sregs->histbuf); 469 sregs->histbuf = (struct histype *) calloc(sregs->histlen, sizeof(struct histype)); 478 printf(" %8d ", sregs->histbuf[j].time); 479 dis_mem(sregs->histbuf[j].addr, 1, &dinfo); 677 sregs->histbuf = NULL;
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| sis.c | 100 sregs->histbuf[sregs->histind].addr = sregs->pc; 101 sregs->histbuf[sregs->histind].time = ebase.simtime;
|
| sis.h | 101 struct histype *histbuf; member in struct:pstate
|
| func.c | 467 if (sregs->histbuf != NULL) 468 free(sregs->histbuf); 469 sregs->histbuf = (struct histype *) calloc(sregs->histlen, sizeof(struct histype)); 478 printf(" %8d ", sregs->histbuf[j].time); 479 dis_mem(sregs->histbuf[j].addr, 1, &dinfo); 677 sregs->histbuf = NULL;
|