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

/freebsd-current/sys/tests/fib_lookup/
H A Dfib_lookup.c199 int64_t pass_diff, total_diff = 0; local
212 total_diff += pass_diff;
217 total_packets, total_diff, total_packets * 1000000000 / total_diff);
264 int64_t pass_diff, total_diff = 0; local
277 total_diff += pass_diff;
282 total_packets, total_diff, total_packets * 1000000000 / total_diff);
401 int64_t pass_diff, total_diff = 1; local
414 total_diff
523 int64_t total_diff = 1; local
716 int64_t total_diff = 1; local
785 uint64_t total_diff, lps; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1397 int total_diff = 0; local
1437 total_diff += diff.tv_usec;
1440 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff);
1454 int total_diff = 0; local
1473 total_diff = 0;
1479 total_diff += diff.tv_usec;
1482 TT_BLATHER(("Average step difference = %d", total_diff / 9));
1483 tt_int_op(total_diff/9, <, maxstep);
/freebsd-current/contrib/libevent/test/
H A Dregress_util.c1397 int total_diff = 0; local
1437 total_diff += diff.tv_usec;
1440 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff);
1454 int total_diff = 0; local
1473 total_diff = 0;
1479 total_diff += diff.tv_usec;
1482 TT_BLATHER(("Average step difference = %d", total_diff / 9));
1483 tt_int_op(total_diff/9, <, maxstep);

Completed in 210 milliseconds