Home
last modified time | relevance | path

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

/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc191 size_t bytes_to_copy = std::min(read_bytes, bytes_until_wrap); in InternalRead() local
385 size_t bytes_to_copy = std::min(source.size(), bytes_until_wrap); in RawWrite() local
401 size_t bytes_to_copy = std::min(length_bytes, bytes_until_wrap); in RawRead() 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.cc27 size_t bytes_to_copy = std::min(size_ - offset_, dest_size); in CopyTo() local
/external/pigweed/pw_tokenizer/
Dencode_args.cc73 size_t bytes_to_copy = 0; in EncodeString() local
/external/tensorflow/tensorflow/core/lib/io/
Dbuffered_inputstream.cc112 const int64 bytes_to_copy = in ReadNBytes() local
Dinputbuffer.cc109 const int64 bytes_to_copy = in ReadNBytes() 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/perfetto/tools/trace_to_text/
Dtrace_to_text.cc61 size_t bytes_to_copy = 0; in WriteToZeroCopyOutput() local
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.cc223 size_t bytes_to_copy = end - begin; in Read() local
Dram_file_block_cache_test.cc139 size_t bytes_to_copy = std::min<size_t>(buf.size() - offset, n); in TEST() local
221 size_t bytes_to_copy = 0; in TEST() 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/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/adhd/cras/src/server/
Dcras_loopback_iodev.c74 unsigned int frames_to_copy, bytes_to_copy, frames_copied = 0; in sample_hook() local
/external/libaom/libaom/examples/
Dlightfield_bitstream_parsing.c309 size_t bytes_to_copy = in main() local
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h236 const uint32 bytes_to_copy = in ParseFloatList() local
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp1187 const uint32_t bytes_to_copy = std::min<uint32_t>(src_len, dst_len); in SendRequestReadRegisters() local
/external/pdfium/third_party/libpng16/
Dpngrutil.c3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/external/libpng/
Dpngrutil.c3447 unsigned int bytes_to_copy, bytes_to_jump; in png_combine_row() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc242 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