Home
last modified time | relevance | path

Searched defs:bytes_to_copy (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dstream.cc37 const size_t bytes_to_copy = std::min(data.size(), remaining_in_chunk); in DoWrite() local
66 const size_t bytes_to_copy = in DoRead() local
/aosp_15_r20/external/pigweed/pw_ring_buffer/
H A Dprefixed_entry_ring_buffer.cc208 size_t bytes_to_copy = std::min(read_bytes, bytes_until_wrap); in InternalRead() local
403 size_t bytes_to_copy = std::min(source.size(), bytes_until_wrap); in RawWrite() local
423 size_t bytes_to_copy = std::min(length_bytes, bytes_until_wrap); in RawRead() local
/aosp_15_r20/hardware/interfaces/bluetooth/hci/
H A Dhci_packetizer.cc67 size_t bytes_to_copy = std::min(bytes_remaining_, bytes_available); in OnDataReady() local
89 size_t bytes_to_copy = std::min(bytes_remaining_, bytes_available); in OnDataReady() local
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DUtil.cpp106 const size_t bytes_to_copy = in_len < out_len ? in_len : out_len; in Copy() local
124 const size_t bytes_to_copy = in_len < out_len ? in_len : out_len; in Copy() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dcurl_http_request.cc349 size_t bytes_to_copy = in WriteCallbackDirect() local
379 const size_t bytes_to_copy = size * nmemb; in WriteCallback() local
392 const size_t bytes_to_copy = std::min( in ReadCallback() local
H A Dram_file_block_cache_test.cc133 size_t bytes_to_copy = std::min<size_t>(buf.size() - offset, n); in TEST() local
212 size_t bytes_to_copy = 0; in TEST() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer_buffer.cc225 const size_t bytes_to_copy = in CopyStreamData() local
265 size_t bytes_to_copy = in Readv() local
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Image.cpp216 int32_t bytes_to_copy = std::min(pImage->m_nStride, m_nStride - m); in SubImageFast() local
229 int32_t bytes_to_copy = std::min(pImage->m_nStride, m_nStride - m); in SubImageSlow() local
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/
H A Dbyte_pointer_data_destination.cc18 size_t bytes_to_copy = std::min(size_remaining, transfer_range.GetLength()); in Transfer() local
/aosp_15_r20/external/image_io/src/base/
H A Dbyte_pointer_data_destination.cc18 size_t bytes_to_copy = std::min(size_remaining, transfer_range.GetLength()); in Transfer() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_read_queue.cc41 size_t bytes_to_copy = in Dequeue() local
/aosp_15_r20/external/cronet/net/base/
H A Dtest_data_stream.cc20 int bytes_to_copy = std::min(length, bytes_remaining_); in GetBytes() local
/aosp_15_r20/external/pigweed/pw_persistent_ram/public/pw_persistent_ram/
H A Dflat_file_system_entry.h41 size_t bytes_to_copy = std::min(dest.size_bytes(), file_name_.size()); in Name() local
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dblock_extent_writer.cc85 const size_t bytes_to_copy = in ConsumeWithBuffer() local
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dfuzz_data_helper.h88 size_t bytes_to_copy = std::min(BytesLeft(), sizeof(T)); in CopyTo() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_stream_body_manager.cc115 const size_t bytes_to_copy = in ReadBody() local
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dencode_args.cc72 size_t bytes_to_copy = 0; in EncodeString() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs599 let bytes_to_copy = cmp::min(max_len - written, usize::MAX as u64); in copy_regular_files() localVariable
603 let bytes_to_copy = cmp::min(bytes_to_copy as usize, 0x4000_0000usize); in copy_regular_files() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs599 let bytes_to_copy = cmp::min(max_len - written, usize::MAX as u64); in copy_regular_files() localVariable
603 let bytes_to_copy = cmp::min(bytes_to_copy as usize, 0x4000_0000usize); in copy_regular_files() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs599 let bytes_to_copy = cmp::min(max_len - written, usize::MAX as u64); in copy_regular_files() localVariable
603 let bytes_to_copy = cmp::min(bytes_to_copy as usize, 0x4000_0000usize); in copy_regular_files() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs599 let bytes_to_copy = cmp::min(max_len - written, usize::MAX as u64); in copy_regular_files() localVariable
603 let bytes_to_copy = cmp::min(bytes_to_copy as usize, 0x4000_0000usize); in copy_regular_files() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dkernel_copy.rs599 let bytes_to_copy = cmp::min(max_len - written, usize::MAX as u64); in copy_regular_files() localVariable
603 let bytes_to_copy = cmp::min(bytes_to_copy as usize, 0x4000_0000usize); in copy_regular_files() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dram_file_block_cache_test.cc140 size_t bytes_to_copy = std::min<size_t>(buf.size() - offset, n); in TEST() local
222 size_t bytes_to_copy = 0; in TEST() local
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dringbuffer.cc106 const size_t bytes_to_copy = in ringbuffer_peek() local
/aosp_15_r20/system/nfc/utils/
H A Dringbuffer.cc96 const size_t bytes_to_copy = (offset + length > ringbuffer_size(rb)) in ringbuffer_peek() local

123