Home
last modified time | relevance | path

Searched defs:copy_length (Results 1 – 13 of 13) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_send_buffer.cc133 QuicByteCount copy_length = std::min(data_length, available_bytes_in_slice); in WriteStreamData() local
Dquic_stream_sequencer_buffer.cc165 const QuicByteCount copy_length = interval.max() - interval.min(); in OnStreamData() local
/external/brotli/c/enc/
Dhash.h120 size_t copy_length, size_t backward_reference_offset) { in BackwardReferenceScore()
126 size_t copy_length) { in BackwardReferenceScoreUsingLastDistance()
Dbackward_references_hq.c583 size_t copy_length = ZopfliNodeCopyLength(next); in BrotliZopfliCreateCommands() local
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp223 const unsigned long copy_length = in DefaultGetFaceName() local
/external/cronet/third_party/brotli/enc/
Dhash.h134 size_t copy_length, size_t backward_reference_offset) { in BackwardReferenceScore()
140 size_t copy_length) { in BackwardReferenceScoreUsingLastDistance()
Dbackward_references_hq.c615 size_t copy_length = ZopfliNodeCopyLength(next); in BrotliZopfliCreateCommands() local
/external/brotli/c/dec/
Dstate.h296 int copy_length; member
Ddecode.c1670 uint32_t copy_length; in ReadCommandInternal() local
/external/cronet/third_party/brotli/dec/
Dstate.h311 int copy_length; member
Ddecode.c1780 uint32_t copy_length; in ReadCommandInternal() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc519 uptr copy_length = Min(size, from_length + 1); in INTERCEPTOR() local
/external/python/cpython3/Objects/
Dunicodeobject.c1191 Py_ssize_t copy_length; in resize_copy() local