Home
last modified time | relevance | path

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

12

/external/image_io/src/base/
Dbyte_pointer_data_destination.cc18 size_t bytes_to_copy = std::min(size_remaining, transfer_range.GetLength()); in Transfer() local
/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc207 size_t bytes_to_copy = std::min(read_bytes, bytes_until_wrap); in InternalRead() local
400 size_t bytes_to_copy = std::min(source.size(), bytes_until_wrap); in RawWrite() local
420 size_t bytes_to_copy = std::min(length_bytes, bytes_until_wrap); in RawRead() local
/external/cronet/net/spdy/
Dspdy_read_queue.cc41 size_t bytes_to_copy = in Dequeue() local
/external/cronet/net/base/
Dtest_data_stream.cc20 int bytes_to_copy = std::min(length, bytes_remaining_); in GetBytes() local
/external/webrtc/test/fuzzers/
Dfuzz_data_helper.h88 size_t bytes_to_copy = std::min(BytesLeft(), sizeof(T)); in CopyTo() local
Dframe_buffer2_fuzzer.cc31 size_t bytes_to_copy = std::min(size_ - offset_, dest_size); in CopyTo() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_stream_body_manager.cc107 const size_t bytes_to_copy = in ReadBody() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_sequencer_buffer.cc225 const size_t bytes_to_copy = in CopyStreamData() local
265 size_t bytes_to_copy = in Readv() local
/external/pigweed/pw_tokenizer/
Dencode_args.cc68 size_t bytes_to_copy = 0; in EncodeString() local
/external/tensorflow/tensorflow/core/platform/cloud/
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
Dram_file_block_cache.cc217 size_t bytes_to_copy = end - begin; in Read() local
Dhttp_request_fake.h134 size_t bytes_to_copy = in Send() local
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
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_outputbuffer.cc157 size_t bytes_to_copy = std::min(length, avail_out_); in AddToOutputBuffer() local
/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.cc119 const int64_t bytes_to_copy = in ReadNBytes() local
Dinputbuffer.cc109 const int64_t bytes_to_copy = in ReadNBytes() local
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.cc223 size_t bytes_to_copy = end - begin; in Read() local
/external/pigweed/pw_file/
Dflat_file_system_test.cc44 size_t bytes_to_copy = std::min(dest.size_bytes(), name_.size()); in Name() local
/external/pdfium/core/fxcodec/jbig2/
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
/external/mbedtls/library/
Dbignum_core.c247 size_t bytes_to_copy; in mbedtls_mpi_core_write_le() local
284 size_t bytes_to_copy; in mbedtls_mpi_core_write_be() local
Dpsa_crypto_cipher.c319 size_t bytes_to_copy = block_size - ctx->unprocessed_len; in psa_cipher_update_ecb() local
/external/libwebm/m2ts/
Dwebm2pes.cc492 const std::size_t bytes_to_copy = packet_payload_range.length - extra_bytes; in WritePesPacket() local
/external/puffin/src/
Dpuffin_stream.cc298 auto bytes_to_copy = in Read() local
/external/openthread/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c286 size_t bytes_to_copy = block_size - ctx->unprocessed_len; in psa_cipher_update_ecb() local
/external/libaom/examples/
Dlightfield_bitstream_parsing.c311 size_t bytes_to_copy = in main() local

12