Home
last modified time | relevance | path

Searched refs:copied_size (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp256 uptr copied_size = srclen + 1 > n ? n : srclen + 1; in INTERCEPTOR() local
257 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst, copied_size); in INTERCEPTOR()
258 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, copied_size); in INTERCEPTOR()
/external/u-boot/include/
Datf_common.h137 uint32_t copied_size; /* image size copied in blocks */ member