Searched refs:total_diff (Results 1 – 1 of 1) sorted by relevance
1402 int total_diff = 0; in test_evutil_monotonic_res() local1442 total_diff += diff.tv_usec; in test_evutil_monotonic_res()1445 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff); in test_evutil_monotonic_res()1459 int total_diff = 0; in test_evutil_monotonic_prc() local1478 total_diff = 0; in test_evutil_monotonic_prc()1484 total_diff += diff.tv_usec; in test_evutil_monotonic_prc()1487 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()1488 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()