Home
last modified time | relevance | path

Searched refs:timeval_diff (Results 1 – 3 of 3) sorted by relevance

/external/flac/microbench/
Dutil.c142 timeval_diff (const struct timeval * start, const struct timeval * end) in timeval_diff() function
169 return timeval_diff (&start, &end) / count ; in benchmark_function()
/external/iperf3/src/
Diperf_util.h47 double timeval_diff(struct timeval *tv0, struct timeval *tv1);
Diperf_util.c176 timeval_diff(struct timeval * tv0, struct timeval * tv1) in timeval_diff() function