Home
last modified time | relevance | path

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

/external/libevent/test/
Dtest-ratelim.c261 ev_uint64_t total_received; in test_ratelimiting() local
422 total_received = 0; in test_ratelimiting()
428 total_received += states[i].received; in test_ratelimiting()
434 ((double)total_received)/cfg_duration); in test_ratelimiting()
437 ((double)total_received/cfg_duration); in test_ratelimiting()
447 (((double)total_received)/cfg_duration)/cfg_n_connections); in test_ratelimiting()
449 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections; in test_ratelimiting()
/external/v8/src/
Dd8-posix.cc832 ssize_t total_received = 0; in ReadCharsFromTcpPort() local
833 while (total_received < file_length) { in ReadCharsFromTcpPort()
835 recv(sockfd, chars + total_received, file_length - total_received, 0); in ReadCharsFromTcpPort()
843 total_received += received; in ReadCharsFromTcpPort()
/external/iperf3/src/
Diperf_api.c2936 iperf_size_t bytes_received, total_received = 0; in iperf_print_results() local
3005 total_received += bytes_received; in iperf_print_results()
3221 unit_snprintf(ubuf, UNIT_LEN, (double) total_received, 'A'); in iperf_print_results()
3224 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()
3231 …tart_time, (double) receiver_time, (double) receiver_time, (int64_t) total_received, bandwidth * 8… in iperf_print_results()
3264 unit_snprintf(ubuf, UNIT_LEN, (double) total_received, 'A'); in iperf_print_results()
3267 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()