Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_util.c1402 int total_diff = 0; in test_evutil_monotonic_res() local
1442 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() local
1478 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()