Home
last modified time | relevance | path

Searched refs:HIST (Results 1 – 6 of 6) sorted by relevance

/external/netperf/
Dhist.h59 typedef struct histogram_struct *HIST; typedef
65 HIST HIST_new(void);
71 void HIST_clear(HIST h);
78 void HIST_add(register HIST h, int time_delta);
85 void HIST_report(HIST h);
Dnetlib.c3379 HIST
3381 HIST h; in HIST_new()
3382 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) { in HIST_new()
3391 HIST_clear(HIST h){ in HIST_clear()
3408 HIST_add(register HIST h, int time_delta){ in HIST_add()
3463 HIST_report(HIST h){ in HIST_report()
Dnettest_sdp.c102 static HIST time_hist;
Dnettest_sctp.c107 static HIST time_hist;
Dnettest_xti.c113 static HIST time_hist;
Dnettest_bsd.c214 static HIST time_hist;