HomeSort by relevance Sort by last modified time
    Searched full:time_two (Results 1 - 4 of 4) sorted by null

  /external/netperf/
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));
101 static struct timeval time_two; variable in typeref:struct:timeval
    [all...]
nettest_sctp.c 107 static struct timeval time_two;
747 HIST_timestamp(&time_two);
748 HIST_add(time_hist,delta_micro(&time_one,&time_two));
106 static struct timeval time_two; variable in typeref:struct:timeval
    [all...]
nettest_bsd.c 203 static hrtime_t time_two;
207 static hrt_t time_two;
210 static LARGE_INTEGER time_two;
213 static struct timeval 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...]
nettest_xti.c 109 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));
108 hrtime_t time_two; variable
111 static struct timeval time_two; variable in typeref:struct:timeval
    [all...]

Completed in 2941 milliseconds