Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c335 ev_uint64_t total_received; in test_ratelimiting() local
507 total_received = 0; in test_ratelimiting()
513 total_received += states[i].received; in test_ratelimiting()
519 ((double)total_received)/cfg_duration); in test_ratelimiting()
522 ((double)total_received/cfg_duration); in test_ratelimiting()
532 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
534 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/freebsd/contrib/libevent/test/
H A Dtest-ratelim.c335 ev_uint64_t total_received; in test_ratelimiting() local
507 total_received = 0; in test_ratelimiting()
513 total_received += states[i].received; in test_ratelimiting()
519 ((double)total_received)/cfg_duration); in test_ratelimiting()
522 ((double)total_received/cfg_duration); in test_ratelimiting()
532 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
534 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()