Home | History | Annotate | Download | only in netperf

Lines Matching refs:HIST

159 #include "hist.h"
3378 /* hist.c
3406 HIST
3408 HIST h;
3409 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) {
3418 HIST_clear(HIST h){
3435 HIST_add(register HIST h, int time_delta){
3490 HIST_report(HIST h){