Searched refs:tv0 (Results 1 – 2 of 2) sorted by relevance
167 timeval_equals(struct timeval * tv0, struct timeval * tv1) in timeval_equals() argument169 if ( tv0->tv_sec == tv1->tv_sec && tv0->tv_usec == tv1->tv_usec ) in timeval_equals()176 timeval_diff(struct timeval * tv0, struct timeval * tv1) in timeval_diff() argument180 time1 = tv0->tv_sec + (tv0->tv_usec / 1000000.0); in timeval_diff()
45 int timeval_equals(struct timeval *tv0, struct timeval *tv1);47 double timeval_diff(struct timeval *tv0, struct timeval *tv1);