HomeSort by relevance Sort by last modified time
    Searched refs:STRCAT (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-x86/atom/string/
ssse3-strncat-atom.S 31 #define STRCAT strncat
34 #include "ssse3-strcat-atom.S"
ssse3-strcat-atom.S 89 #ifndef STRCAT
90 # define STRCAT strcat
104 ENTRY (STRCAT)
620 END (STRCAT)
  /bionic/libc/arch-x86_64/string/
sse2-strncat-slm.S 32 #define STRCAT strncat
33 #include "sse2-strcat-slm.S"
sse2-strcat-slm.S 31 #ifndef STRCAT
32 # define STRCAT strcat
65 ENTRY (STRCAT)
sse2-strcpy-slm.S     [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 61 20030 STRCAT
256 /*---------------------- strcat ----------------------*/
258 #define STRCAT(soname, fnname) \
270 /* This is a bit redundant, I think; any overlap and the strcat will */ \
276 RECORD_OVERLAP_ERROR("strcat", dst_orig, src_orig, 0); \
282 STRCAT(VG_Z_LIBC_SONAME, strcat)
283 STRCAT(VG_Z_LIBC_SONAME, __GI_strcat)
286 //STRCAT(VG_Z_LIBC_SONAME, strcat)
    [all...]

Completed in 127 milliseconds