Home
last modified time | relevance | path

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

/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/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp218 uptr copy_length = Min(size, from_length + 1); in INTERCEPTOR() local
/external/brotli/c/dec/
Dstate.h296 int copy_length; member
Ddecode.c1670 uint32_t copy_length; in ReadCommandInternal() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp408 uptr copy_length = Min(size, from_length + 1); in INTERCEPTOR() 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