Searched defs:tv_diff (Results 1 – 3 of 3) sorted by relevance
15 struct timeval tv_start, tv_end, tv_diff; in test_gettimeofday() local
256 struct timeval tv_start, tv_end, tv_diff; in do_memcpy_gettimeofday() local326 struct timeval tv_start, tv_end, tv_diff; in do_memset_gettimeofday() local
190 static double tv_diff(const struct timeval *a, const struct timeval *b) in tv_diff() function