/aosp_15_r20/external/pigweed/pw_multibuf/ |
H A D | stream.cc | 37 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 D | prefixed_entry_ring_buffer.cc | 208 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 D | hci_packetizer.cc | 67 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 D | Util.cpp | 106 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 D | curl_http_request.cc | 349 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 D | ram_file_block_cache_test.cc | 133 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 D | quic_stream_sequencer_buffer.cc | 225 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 D | JBig2_Image.cpp | 216 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 D | byte_pointer_data_destination.cc | 18 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 D | byte_pointer_data_destination.cc | 18 size_t bytes_to_copy = std::min(size_remaining, transfer_range.GetLength()); in Transfer() local
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_read_queue.cc | 41 size_t bytes_to_copy = in Dequeue() local
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | test_data_stream.cc | 20 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 D | flat_file_system_entry.h | 41 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 D | block_extent_writer.cc | 85 const size_t bytes_to_copy = in ConsumeWithBuffer() local
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | fuzz_data_helper.h | 88 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 D | quic_spdy_stream_body_manager.cc | 115 const size_t bytes_to_copy = in ReadBody() local
|
/aosp_15_r20/external/pigweed/pw_tokenizer/ |
H A D | encode_args.cc | 72 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 D | kernel_copy.rs | 599 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 D | kernel_copy.rs | 599 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 D | kernel_copy.rs | 599 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 D | kernel_copy.rs | 599 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 D | kernel_copy.rs | 599 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 D | ram_file_block_cache_test.cc | 140 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/ |
D | ringbuffer.cc | 106 const size_t bytes_to_copy = in ringbuffer_peek() local
|
/aosp_15_r20/system/nfc/utils/ |
H A D | ringbuffer.cc | 96 const size_t bytes_to_copy = (offset + length > ringbuffer_size(rb)) in ringbuffer_peek() local
|