Searched defs:time_two (Results 1 - 4 of 4) sorted by relevance

/external/netperf/
H A Dnettest_sctp.c107 static struct timeval time_two;
747 HIST_timestamp(&time_two);
748 HIST_add(time_hist,delta_micro(&time_one,&time_two));
1899 gettimeofday(&time_two,NULL);
1900 HIST_add(time_hist,delta_micro(&time_one,&time_two));
2985 HIST_timestamp(&time_two);
2986 HIST_add(time_hist,delta_micro(&time_one,&time_two));
4060 gettimeofday(&time_two,NULL);
4061 HIST_add(time_hist,delta_micro(&time_one,&time_two));
106 static struct timeval time_two; variable in typeref:struct:timeval
H A Dnettest_sdp.c102 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 Dnettest_xti.c109 hrtime_t time_two;
112 static struct timeval time_two;
938 HIST_timestamp(&time_two);
939 HIST_add(time_hist,delta_micro(&time_one,&time_two));
2142 HIST_timestamp(&time_two);
2143 HIST_add(time_hist,delta_micro(&time_one,&time_two));
2811 HIST_timestamp(&time_two);
2812 HIST_add(time_hist,delta_micro(&time_one,&time_two));
3872 HIST_timestamp(&time_two);
3873 HIST_add(time_hist,delta_micro(&time_one,&time_two));
108 hrtime_t time_two; variable
111 static struct timeval time_two; variable in typeref:struct:timeval
[all...]
H A Dnettest_bsd.c203 static hrtime_t time_two;
207 static hrt_t time_two;
210 static LARGE_INTEGER time_two;
213 static struct timeval time_two;
1631 HIST_timestamp(&time_two);
1632 HIST_add(time_hist,delta_micro(&time_one,&time_two));
2312 HIST_timestamp(&time_two);
2313 HIST_add(time_hist,delta_micro(&time_one,&time_two));
3095 HIST_timestamp(&time_two);
3096 HIST_add(time_hist,delta_micro(&time_one,&time_two));
202 static hrtime_t time_two; variable
206 static hrt_t time_two; variable
209 static LARGE_INTEGER time_two; variable
212 static struct timeval time_two; variable in typeref:struct:timeval
[all...]

Completed in 89 milliseconds