Home
last modified time | relevance | path

Searched defs:from_size (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dstrcat_strict.c28 size_t from_size = 20; in main() local
Dstrncat_strict.c28 size_t from_size = 20; in main() local
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc151 size_t from_size = Ident(6); // less than to_size in TEST() local
174 size_t from_size = Ident(6); // less than to_size in TEST() local
381 size_t from_size = Ident(20); in TEST() local
416 size_t from_size = Ident(20); in TEST() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc545 uptr from_size = REAL(strlen)(from) + 1; in INTERCEPTOR() local
601 uptr from_size = Min(size, MaybeRealStrnlen(from, size) + 1); in INTERCEPTOR() local
/external/valgrind/VEX/priv/
Dhost_s390_defs.c7740 s390_widen_emit(UChar *buf, const s390_insn *insn, UInt from_size, in s390_widen_emit()