Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.cc111 const int64 bytes_to_copy = in ReadNBytes() local
Dinputbuffer.cc108 const int64 bytes_to_copy = in ReadNBytes() local
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_outputbuffer.cc159 size_t bytes_to_copy = std::min(length, avail_out_); in AddToOutputBuffer() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc336 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
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/perfetto/tools/trace_to_text/
Dtrace_to_text.cc60 size_t bytes_to_copy = 0; in WriteToZeroCopyOutput() local
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp212 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/
Dpuffin_stream.cc298 auto bytes_to_copy = in Read() local
/external/adhd/cras/src/server/
Dcras_loopback_iodev.c70 unsigned int frames_to_copy, bytes_to_copy; in sample_hook() local
/external/libaom/libaom/examples/
Dlightfield_bitstream_parsing.c309 size_t bytes_to_copy = in main() local
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1229 const uint32_t bytes_to_copy = input_image._length; in Decode() local
/external/libpng/
Dpngrutil.c3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/external/pdfium/third_party/libpng16/
Dpngrutil.c3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc182 const uint32 bytes_to_copy = in ParseFloatList() local
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1484 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/
Dapi.cc7390 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