Searched refs:test_bytes (Results 1 – 10 of 10) sorted by relevance
/external/netperf/ |
D | netsh.c | 163 test_bytes, /* test ends on byte count */ variable 413 test_bytes = 0; /* test ends on byte count */ in set_defaults() 693 test_bytes = test_trans = 0; in scan_cmd_line() 695 test_bytes = -1 * test_time; in scan_cmd_line() 696 test_trans = test_bytes; in scan_cmd_line() 997 test_bytes, in dump_globals()
|
D | netsh.h | 65 test_bytes, /* test ends on byte count */
|
D | nettest_sctp.c | 551 test_bytes = send_size * msg_count; 553 sctp_stream_request->test_length = test_bytes; 654 bytes_remaining = test_bytes; 1679 test_bytes = send_size * msg_count; 1681 sctp_stream_request->test_length = test_bytes*num_associations; 1797 bytes_remaining = test_bytes * num_associations; 2859 trans_remaining = test_bytes; 3919 trans_remaining = test_bytes * num_associations;
|
D | nettest_dlpi.c | 356 dlpi_co_stream_request->test_length = test_bytes; in send_dlpi_co_stream() 423 bytes_remaining = test_bytes; in send_dlpi_co_stream() 1314 trans_remaining = test_bytes; in send_dlpi_co_rr() 1797 dlpi_cl_stream_request->test_length = test_bytes * -1; in send_dlpi_cl_stream() 2702 trans_remaining = test_bytes; in send_dlpi_cl_rr()
|
D | nettest_unix.c | 385 stream_stream_request->test_length = test_bytes; in send_stream_stream() 453 bytes_remaining = test_bytes; in send_stream_stream() 1256 trans_remaining = test_bytes; in send_stream_rr() 2442 trans_remaining = test_bytes; in send_dg_rr()
|
D | nettest_sdp.c | 383 sdp_stream_request->test_length = test_bytes; in send_sdp_stream() 478 bytes_remaining = test_bytes; in send_sdp_stream() 1080 sdp_maerts_request->test_length = test_bytes; in send_sdp_maerts() 2567 trans_remaining = test_bytes; in send_sdp_rr()
|
D | nettest_bsd.c | 1460 tcp_stream_request->test_length = test_bytes; in send_tcp_stream() 1555 bytes_remaining = test_bytes; in send_tcp_stream() 2154 tcp_maerts_request->test_length = test_bytes; in send_tcp_maerts() 2885 tcp_stream_request->test_length = test_bytes; in send_exs_tcp_stream() 2977 bytes_remaining = test_bytes; in send_exs_tcp_stream() 3687 tcp_stream_request->test_length = test_bytes; 3784 bytes_remaining = test_bytes; 5232 trans_remaining = test_bytes; in send_tcp_rr() 6861 trans_remaining = test_bytes; in send_udp_rr() 8210 trans_remaining = test_bytes; in send_tcp_conn_rr() [all …]
|
D | nettest_xti.c | 741 xti_tcp_stream_request->test_length = test_bytes; in send_xti_tcp_stream() 859 bytes_remaining = test_bytes; in send_xti_tcp_stream() 2037 trans_remaining = test_bytes; in send_xti_tcp_rr() 3769 trans_remaining = test_bytes; in send_xti_udp_rr() 5208 trans_remaining = test_bytes; in send_xti_tcp_conn_rr()
|
/external/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 113 int test_bytes = fread(test, 1, frame_length, test_fp); in CalculateMetrics() local 114 while (ref_bytes == frame_length && test_bytes == frame_length) { in CalculateMetrics() 135 test_bytes = fread(test, 1, frame_length, test_fp); in CalculateMetrics()
|
/external/chromium_org/third_party/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 123 size_t test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics() local 124 while (ref_bytes == frame_length && test_bytes == frame_length) { in CalculateMetrics() 148 test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics()
|