Searched defs:tv2 (Results 1 – 9 of 9) sorted by relevance
28 struct timeval tv, tv2; in time_main() local
127 double timedelta(const struct timespec tv1, const struct timespec tv2) { in timedelta()142 struct timespec tv1, tv2; in benchmark() local
53 struct timeval *tv2) in timeval_subtract()
64 struct timeval *tv2) in timeval_subtract()
364 struct timeval *tv2) in timeval_subtract()
180 struct timeval *tv2, char *buf) in time_diff_format()355 struct timeval tv1, tv2; in do_read() local
352 unsigned long tv1, tv2; in get_clock() local
237 …tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template paramet… variable
102 #define MS_TDIFF(tv1,tv2) ( ((tv1).tv_sec-(tv2).tv_sec)*1000 + \ argument