HomeSort by relevance Sort by last modified time
    Searched defs:copy_length (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/asan/
asan_interceptors.cc 519 uptr copy_length = Min(size, from_length + 1); local
520 ASAN_READ_RANGE(ctx, from, copy_length);
525 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1,
526 from, copy_length);
  /external/brotli/c/dec/
state.h 162 int copy_length; member in struct:BrotliDecoderStateStruct
decode.c 1521 uint32_t copy_length; local
    [all...]
  /external/brotli/c/enc/
backward_references_hq.c 548 size_t copy_length = ZopfliNodeCopyLength(next); local
565 copy_length, (int)len_code - (int)copy_length, dist_code);
576 pos += copy_length;
  /external/python/cpython3/Objects/
unicodeobject.c 1028 Py_ssize_t copy_length; local
    [all...]

Completed in 149 milliseconds