HomeSort by relevance Sort by last modified time
    Searched defs:copy_length (Results 1 - 4 of 4) 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/dec/
state.h 162 int copy_length; member in struct:BrotliDecoderStateStruct
decode.c 1512 uint32_t copy_length; local
    [all...]
  /external/brotli/enc/
backward_references_hq.c 536 size_t copy_length = ZopfliNodeCopyLength(next); local
553 &commands[i], insert_length, copy_length, len_code, dist_code);
564 pos += copy_length;

Completed in 950 milliseconds