Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_str_test.cc190 size_t from_size = Ident(6); // less than to_size in TEST() local
213 size_t from_size = Ident(6); // less than to_size in TEST() local
420 size_t from_size = Ident(20); in TEST() local
455 size_t from_size = Ident(20); in TEST() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp422 uptr from_size = internal_strlen(from) + 1; in INTERCEPTOR() local
467 uptr from_size = Min(size, MaybeRealStrnlen(from, size) + 1); in INTERCEPTOR() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc433 uptr from_size = REAL(strlen)(from) + 1; in INTERCEPTOR() local
478 uptr from_size = Min(size, MaybeRealStrnlen(from, size) + 1); in INTERCEPTOR() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc430 uptr from_size = REAL(strlen)(from) + 1; in INTERCEPTOR() local
475 uptr from_size = Min(size, MaybeRealStrnlen(from, size) + 1); in INTERCEPTOR() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c135 int to_size, from_size; in init_expmed_one_conv() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc135 int to_size, from_size; in init_expmed_one_conv() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c12525 unsigned from_size = GET_MODE_SIZE (from); in rs6000_can_change_mode_class() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc13228 unsigned from_size = GET_MODE_SIZE (from); in rs6000_can_change_mode_class() local