/external/image_io/src/base/ |
D | byte_pointer_data_destination.cc | 18 size_t bytes_to_copy = std::min(size_remaining, transfer_range.GetLength()); in Transfer() local
|
/external/pigweed/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.cc | 207 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/ |
D | spdy_read_queue.cc | 41 size_t bytes_to_copy = in Dequeue() local
|
/external/cronet/net/base/ |
D | test_data_stream.cc | 20 int bytes_to_copy = std::min(length, bytes_remaining_); in GetBytes() local
|
/external/webrtc/test/fuzzers/ |
D | fuzz_data_helper.h | 88 size_t bytes_to_copy = std::min(BytesLeft(), sizeof(T)); in CopyTo() local
|
D | frame_buffer2_fuzzer.cc | 31 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/ |
D | quic_spdy_stream_body_manager.cc | 107 const size_t bytes_to_copy = in ReadBody() local
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
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
|
/external/pigweed/pw_tokenizer/ |
D | encode_args.cc | 68 size_t bytes_to_copy = 0; in EncodeString() local
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
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
|
D | ram_file_block_cache.cc | 217 size_t bytes_to_copy = end - begin; in Read() local
|
D | http_request_fake.h | 134 size_t bytes_to_copy = in Send() local
|
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
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_outputbuffer.cc | 157 size_t bytes_to_copy = std::min(length, avail_out_); in AddToOutputBuffer() local
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | buffered_inputstream.cc | 119 const int64_t bytes_to_copy = in ReadNBytes() local
|
D | inputbuffer.cc | 109 const int64_t bytes_to_copy = in ReadNBytes() local
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
D | ram_file_block_cache.cc | 223 size_t bytes_to_copy = end - begin; in Read() local
|
/external/pigweed/pw_file/ |
D | flat_file_system_test.cc | 44 size_t bytes_to_copy = std::min(dest.size_bytes(), name_.size()); in Name() local
|
/external/pdfium/core/fxcodec/jbig2/ |
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
|
/external/mbedtls/library/ |
D | bignum_core.c | 247 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
|
D | psa_crypto_cipher.c | 319 size_t bytes_to_copy = block_size - ctx->unprocessed_len; in psa_cipher_update_ecb() local
|
/external/libwebm/m2ts/ |
D | webm2pes.cc | 492 const std::size_t bytes_to_copy = packet_payload_range.length - extra_bytes; in WritePesPacket() local
|
/external/puffin/src/ |
D | puffin_stream.cc | 298 auto bytes_to_copy = in Read() local
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | psa_crypto_cipher.c | 286 size_t bytes_to_copy = block_size - ctx->unprocessed_len; in psa_cipher_update_ecb() local
|
/external/libaom/examples/ |
D | lightfield_bitstream_parsing.c | 311 size_t bytes_to_copy = in main() local
|