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

  /external/netperf/
hist.h 102 delta_micro - calculate the difference in microseconds between two
106 int delta_micro(hrtime_t *begin, hrtime_t *end);
108 int delta_micro(hrt_t *begin, hrt_t *end);
110 int delta_micro(LARGE_INTEGER *begin, LARGE_INTEGER *end);
112 int delta_micro(struct timeval *begin, struct timeval *end);
netlib.c 3496 delta_micro(hrtime_t *begin, hrtime_t *end) function
3513 delta_micro(hrt_t *begin, hrt_t *end) function
3525 int delta_micro(LARGE_INTEGER *begin, LARGE_INTEGER *end) function
3558 delta_micro(struct timeval *begin,struct timeval *end) function
    [all...]
nettest_bsd.c 299 while(delta_micro(intvl_one_ptr,intvl_two_ptr) < interval_usecs) { \
354 actual_interval = delta_micro(demo_one_ptr,demo_two_ptr); \
394 actual_interval = delta_micro(demo_one_ptr,demo_two_ptr); \
    [all...]
nettest_sctp.c 748 HIST_add(time_hist,delta_micro(&time_one,&time_two));
    [all...]
nettest_sdp.c 550 HIST_add(time_hist,delta_micro(&time_one,&time_two));
    [all...]
nettest_xti.c 939 HIST_add(time_hist,delta_micro(&time_one,&time_two));
    [all...]

Completed in 138 milliseconds