Searched defs:time_two (Results 1 - 4 of 4) sorted by relevance
/external/netperf/src/ |
H A D | hist.h | 70 hrtime_t time_two; member in struct:histogram_struct 73 hrt_t time_two; member in struct:histogram_struct 76 LARGE_INTEGER time_two; member in struct:histogram_struct 79 struct timeval time_two; member in struct:histogram_struct
|
H A D | nettest_sdp.c | 102 static struct timeval time_two; 549 HIST_timestamp(&time_two); 550 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 1233 HIST_timestamp(&time_two); 1234 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 2714 HIST_timestamp(&time_two); 2715 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 101 static struct timeval time_two; variable in typeref:struct:timeval
|
H A D | nettest_xti.c | 108 hrtime_t time_two; 111 static struct timeval time_two; 937 HIST_timestamp(&time_two); 938 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 2141 HIST_timestamp(&time_two); 2142 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 2810 HIST_timestamp(&time_two); 2811 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 3871 HIST_timestamp(&time_two); 3872 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 107 hrtime_t time_two; variable 110 static struct timeval time_two; variable in typeref:struct:timeval [all...] |
H A D | nettest_bsd.c | 231 static hrtime_t time_two; 235 static hrt_t time_two; 238 static LARGE_INTEGER time_two; 241 static struct timeval time_two; 2103 HIST_timestamp(&time_two); 2104 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 2809 HIST_timestamp(&time_two); 2810 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 3800 HIST_timestamp(&time_two); 3801 HIST_add(time_hist,delta_micro(&time_one,&time_two)); 230 static hrtime_t time_two; variable 234 static hrt_t time_two; variable 237 static LARGE_INTEGER time_two; variable 240 static struct timeval time_two; variable in typeref:struct:timeval [all...] |
Completed in 99 milliseconds