HomeSort by relevance Sort by last modified time
    Searched refs:HIST (Results 1 - 6 of 6) sorted by null

  /external/netperf/
hist.h 12 /* hist.h
59 typedef struct histogram_struct *HIST;
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);
netlib.c 159 #include "hist.h"
    [all...]
nettest_sdp.c 78 #include "hist.h"
103 static HIST time_hist;
    [all...]
nettest_sctp.c 83 #include "hist.h"
108 static HIST time_hist;
    [all...]
nettest_xti.c 71 #include "hist.h"
114 static HIST time_hist;
    [all...]
nettest_bsd.c 142 #include "hist.h"
215 static HIST time_hist;
    [all...]

Completed in 2385 milliseconds