/external/tensorflow/tensorflow/core/lib/io/ |
D | buffered_inputstream.cc | 111 const int64 bytes_to_copy = in ReadNBytes() local
|
D | inputbuffer.cc | 108 const int64 bytes_to_copy = in ReadNBytes() local
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_outputbuffer.cc | 159 size_t bytes_to_copy = std::min(length, avail_out_); in AddToOutputBuffer() local
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.cc | 336 size_t bytes_to_copy = in WriteCallbackDirect() local 366 const size_t bytes_to_copy = size * nmemb; in WriteCallback() local 379 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/perfetto/tools/trace_to_text/ |
D | trace_to_text.cc | 60 size_t bytes_to_copy = 0; in WriteToZeroCopyOutput() local
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 212 int32_t bytes_to_copy = std::min(pImage->m_nStride, m_nStride - m); in SubImageFast() local 225 int32_t bytes_to_copy = std::min(pImage->m_nStride, m_nStride - m); in SubImageSlow() local
|
/external/puffin/src/ |
D | puffin_stream.cc | 298 auto bytes_to_copy = in Read() local
|
/external/adhd/cras/src/server/ |
D | cras_loopback_iodev.c | 70 unsigned int frames_to_copy, bytes_to_copy; in sample_hook() local
|
/external/libaom/libaom/examples/ |
D | lightfield_bitstream_parsing.c | 309 size_t bytes_to_copy = in main() local
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 1229 const uint32_t bytes_to_copy = input_image._length; in Decode() local
|
/external/libpng/ |
D | pngrutil.c | 3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
|
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 182 const uint32 bytes_to_copy = in ParseFloatList() local
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 1484 int bytes_to_copy = (int)MZ_MIN((size_t)n, (size_t)(*d->m_pOut_buf_size - d->m_out_buf_ofs)); in tdefl_flush_block() local
|
/external/v8/src/api/ |
D | api.cc | 7390 size_t bytes_to_copy = std::min(old_length, new_length); in Reallocate() local 7685 size_t bytes_to_copy = std::min(byte_length, self->byte_length()); in CopyContents() local
|