/external/webrtc/modules/congestion_controller/goog_cc/ |
D | robust_throughput_estimator.cc | 94 DataSize send_size = data_size; in bitrate() local 108 send_size -= first_last_average_size; in bitrate() 116 send_size -= (window_.back().sent_packet.size + in bitrate() 132 return std::min(send_size / send_duration, recv_size / recv_duration); in bitrate()
|
D | probe_bitrate_estimator.cc | 126 DataSize send_size = cluster->size_total - cluster->size_last_send; in HandleProbeAndEstimateBitrate() local 127 DataRate send_rate = send_size / send_interval; in HandleProbeAndEstimateBitrate() 140 << cluster_id << "] [send: " << ToString(send_size) in HandleProbeAndEstimateBitrate() 161 << cluster_id << "] [send: " << ToString(send_size) << " / " in HandleProbeAndEstimateBitrate()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 7632 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); 7635 (uint32_t) (data_list[i]->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))); 8107 chk->book_size = chk->send_size = (uint16_t)(to_move + SCTP_DATA_CHUNK_OVERHEAD(stcb)); 8187 asoc->out_tsnlog[asoc->tsn_out_at].sz = chk->send_size; 8201 dchkh->ch.chunk_length = htons(chk->send_size); 8214 ndchkh->ch.chunk_length = htons(chk->send_size); 8217 if (chk->send_size < SCTP_SIZE32(chk->book_size)) { 8222 pads = SCTP_SIZE32(chk->book_size) - chk->send_size; 8228 chk->send_size += pads; 8728 if ((chk->send_size < (int)(mtu - omtu)) || [all …]
|
D | sctp_indata.c | 868 if (asoc->size_on_reasm_queue >= tchk->send_size) { in sctp_handle_old_unordered_data() 869 asoc->size_on_reasm_queue -= tchk->send_size; in sctp_handle_old_unordered_data() 872 …ize_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, tchk->send_size); in sctp_handle_old_unordered_data() 1028 chk->send_size = control->length; in sctp_inject_old_unordered_data() 1066 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data() 1086 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data() 1336 asoc->size_on_reasm_queue -= chk->send_size; in sctp_add_chk_to_control() 1576 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 1603 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm() 2189 chk->send_size = the_len; in sctp_process_a_data_chunk() [all …]
|
D | sctputil.c | 465 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd() 485 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 3004 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 3009 if (chk->send_size > eff_mtu) { in sctp_mtu_size_reset() 3545 if (chk->send_size >= chkhdr_len) { in sctp_notify_send_failed() 3546 payload_len = chk->send_size - chkhdr_len; in sctp_notify_send_failed() 3556 (chk->send_size >= chk_len) && in sctp_notify_send_failed() 3557 (chk->send_size - chk_len < 4)) { in sctp_notify_send_failed() 3558 padding_len = chk->send_size - chk_len; in sctp_notify_send_failed() 3559 payload_len = chk->send_size - chkhdr_len - padding_len; in sctp_notify_send_failed() [all …]
|
D | sctp_pcb.c | 7928 KASSERT(chk->send_size > 0, ("chunk has zero length")); 7929 if (asoc->size_on_reasm_queue >= chk->send_size) { 7930 asoc->size_on_reasm_queue -= chk->send_size; 7933 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); 7988 KASSERT(chk->send_size > 0, ("chunk has zero length")); 7989 if (asoc->size_on_reasm_queue >= chk->send_size) { 7990 asoc->size_on_reasm_queue -= chk->send_size; 7993 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size);
|
D | sctp_structs.h | 496 uint16_t send_size; member
|
D | sctp_uio.h | 855 uint32_t send_size; member
|
D | sctp_input.c | 3813 clen = chk->send_size; 4412 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); 4434 ch->chunk_length = htons(chk->send_size); 4435 SCTP_BUF_LEN(chk->data) = SCTP_SIZE32(chk->send_size);
|
D | sctp_timer.c | 683 stcb->asoc.peers_rwnd += chk->send_size;
|
D | sctp_cc_functions.c | 1416 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
|
D | sctp_usrreq.c | 245 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment() 250 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
|
/external/curl/lib/ |
D | smb.c | 375 smbc->send_size = len; in smb_send() 388 ssize_t len = smbc->send_size - smbc->sent; in smb_flush() 391 if(!smbc->send_size) in smb_flush() 403 smbc->send_size = 0; in smb_flush() 612 if(!smbc->send_size && smbc->upload_size) { in smb_send_and_recv() 624 smbc->send_size = nread; in smb_send_and_recv() 629 if(smbc->send_size) { in smb_send_and_recv() 636 if(smbc->send_size || smbc->upload_size) in smb_send_and_recv()
|
D | smb.h | 44 size_t send_size; member
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 2334 static void MakeSpeedTestPacket(StreamString &packet, uint32_t send_size, in MakeSpeedTestPacket() argument 2338 uint32_t bytes_left = send_size; in MakeSpeedTestPacket() 2383 uint32_t send_size; in TestPacketSpeed() local 2386 for (send_size = 0; send_size <= max_send; in TestPacketSpeed() 2387 send_size ? send_size *= 2 : send_size = 4) { in TestPacketSpeed() 2390 MakeSpeedTestPacket(packet, send_size, recv_size); in TestPacketSpeed() 2414 result_idx > 0 ? "," : "", send_size, recv_size, in TestPacketSpeed() 2421 send_size, recv_size, duration<float>(total_time), in TestPacketSpeed() 2439 send_size = 0; in TestPacketSpeed() 2442 MakeSpeedTestPacket(packet, send_size, recv_size); in TestPacketSpeed() [all …]
|
D | GDBRemoteCommunicationClient.h | 335 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | CFStreamEndpointTests.mm | 183 ssize_t send_size = send(svr_fd_, read_buffer, kBufferSize, 0); 184 XCTAssertGreaterThanOrEqual(send_size, 0);
|
/external/webrtc/rtc_base/ |
D | socket_unittest.cc | 1012 int send_size = 0; in GetSetOptionsInternal() local 1015 ASSERT_NE(-1, socket->GetOption(Socket::OPT_SNDBUF, &send_size)); in GetSetOptionsInternal() 1021 ASSERT_NE(-1, socket->GetOption(Socket::OPT_SNDBUF, &send_size)); in GetSetOptionsInternal() 1024 ASSERT_EQ(expected_size, send_size); in GetSetOptionsInternal()
|
/external/webrtc/media/sctp/ |
D | sctp_transport.cc | 283 int send_size = usrsctp_sysctl_get_sctp_sendspace(); in InitializeUsrSctp() local 284 if (send_size != kSctpSendBufferSize) { in InitializeUsrSctp() 286 << send_size; in InitializeUsrSctp()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | message_wrappers.cc | 467 return request_.send_size(); in num_sends() 575 size_t ProtoRunGraphRequest::num_sends() const { return request_->send_size(); } in num_sends()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 7208 uint32_t send_size = util_format_get_nblocks(format, box->width, in read_transfer_data() local 7214 if ((send_size == size || bh == 1) && !invert && box->depth == 1) in read_transfer_data() 7215 vrend_read_from_iovec(iov, num_iovs, offset, data, send_size); in read_transfer_data() 7251 uint32_t send_size = util_format_get_nblocks(res->format, box->width, in write_transfer_data() local 7258 if ((send_size == size || bh == 1) && !invert && box->depth == 1) { in write_transfer_data() 7259 vrend_write_to_iovec(iov, num_iovs, offset, data, send_size); in write_transfer_data() 7496 GLuint send_size = 0; in vrend_renderer_transfer_write_iov() local 7524 send_size = util_format_get_nblocks(res->base.format, info->box->width, in vrend_renderer_transfer_write_iov() 7529 send_size *= info->box->depth; in vrend_renderer_transfer_write_iov() 7532 data = malloc(send_size); in vrend_renderer_transfer_write_iov() [all …]
|