/bionic/libc/arch-arm/cortex-a15/bionic/ |
stpcpy.S | 29 #define STPCPY
|
string_copy.S | 56 #if !defined(STPCPY) && !defined(STRCPY) 57 #error "Either STPCPY or STRCPY must be defined." 67 #if defined(STPCPY) 86 #if defined(STPCPY) 102 #if defined(STPCPY) 103 ENTRY(stpcpy) function 120 #if defined(STPCPY) 193 #if defined(STPCPY) 207 #if defined(STPCPY) 219 #if defined(STPCPY) [all...] |
/bionic/libc/arch-arm/cortex-a9/bionic/ |
stpcpy.S | 29 #define STPCPY
|
string_copy.S | 56 #if !defined(STPCPY) && !defined(STRCPY) 57 #error "Either STPCPY or STRCPY must be defined." 67 #if defined(STPCPY) 86 #if defined(STPCPY) 102 #if defined(STPCPY) 103 ENTRY(stpcpy) function 119 #if defined(STPCPY) 160 #if defined(STPCPY) 168 #if defined(STPCPY) 187 #if defined(STPCPY) [all...] |
/bionic/libc/arch-arm64/generic/bionic/ |
stpcpy.S | 28 #define STPCPY
|
string_copy.S | 62 #if !defined(STPCPY) && !defined(STRCPY) 63 #error "Either STPCPY or STRCPY must be defined." 69 #if defined(STPCPY) 99 #if defined(STPCPY) 100 ENTRY(stpcpy) function 137 #if defined(STPCPY) 154 #if defined(STPCPY) 158 #if defined(STPCPY) 171 #if defined(STPCPY) 188 #if defined(STPCPY) [all...] |
/external/valgrind/exp-sgcheck/ |
h_intercepts.c | 321 #define STPCPY(soname, fnname) \ 331 STPCPY(VG_Z_LIBC_SONAME, stpcpy) 333 STPCPY(VG_Z_LD_LINUX_SO_2, stpcpy) 334 STPCPY(VG_Z_LD_LINUX_X86_64_SO_2, stpcpy)
|
/external/valgrind/shared/ |
vg_replace_strmem.c | 81 20200 STPCPY [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.h | 130 // Use an MVST-based sequence to implement stpcpy(). 131 STPCPY,
|
SystemZSelectionDAGInfo.cpp | 229 SDValue EndDest = DAG.getNode(SystemZISD::STPCPY, DL, VTs, Chain, Dest, Src,
|
SystemZISelLowering.cpp | [all...] |