Home
last modified time | relevance | path

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

/freebsd-14.2/sys/tests/fib_lookup/
H A Dfib_lookup.c212 total_diff += pass_diff; in run_test_inet()
217 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet()
277 total_diff += pass_diff; in run_test_inet6()
282 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet6()
414 total_diff += pass_diff; in run_test_inet_random()
426 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet_random()
523 int64_t total_diff = 1; in run_test_inet_scan() local
550 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet_scan()
716 int64_t total_diff = 1; in run_test_inet6_scan() local
743 total_packets, total_diff, total_packets * 1000000000 / total_diff); in run_test_inet6_scan()
[all …]
/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1397 int total_diff = 0; in test_evutil_monotonic_res() local
1437 total_diff += diff.tv_usec; in test_evutil_monotonic_res()
1440 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff); in test_evutil_monotonic_res()
1454 int total_diff = 0; in test_evutil_monotonic_prc() local
1473 total_diff = 0; in test_evutil_monotonic_prc()
1479 total_diff += diff.tv_usec; in test_evutil_monotonic_prc()
1482 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()
1483 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()
/freebsd-14.2/contrib/libevent/test/
H A Dregress_util.c1397 int total_diff = 0; in test_evutil_monotonic_res() local
1437 total_diff += diff.tv_usec; in test_evutil_monotonic_res()
1440 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff); in test_evutil_monotonic_res()
1454 int total_diff = 0; in test_evutil_monotonic_prc() local
1473 total_diff = 0; in test_evutil_monotonic_prc()
1479 total_diff += diff.tv_usec; in test_evutil_monotonic_prc()
1482 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()
1483 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()