Home
last modified time | relevance | path

Searched defs:STR2 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/bionic/libc/arch-x86/string/
H A Dssse3-strcmp-atom.S91 # define STR2 STR1+4 macro
97 # define STR2 STR1+4 macro
H A Dsse2-strrchr-atom.S86 #define STR2 STR1+4 macro
H A Dsse2-strchr-atom.S87 #define STR2 STR1+4 macro
H A Dsse2-memchr-atom.S86 #define STR2 STR1+4 macro
H A Dssse3-strcat-atom.S95 #define STR2 STR1+4 macro
H A Dssse3-strcpy-atom.S108 # define STR2 STR1+4 macro
H A Dsse2-strcpy-slm.S101 #define STR2 STR1+4 macro
/aosp_15_r20/external/clang/test/Modules/
H A Dmalformed.cpp10 #define STR2(x) #x macro
/aosp_15_r20/external/nanopb-c/tests/common/
H A Dunittests.h5 #define STR2(x) STR(x) macro
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DArrayAdapterTest.java58 private static final String STR2 = "string2"; field in ArrayAdapterTest
/aosp_15_r20/frameworks/compile/libbcc/tools/bcc/
DMain.cpp53 #define STR2(a) #a macro
/aosp_15_r20/external/arm-optimized-routines/math/test/
H A Dmathtest.c39 #define STR2(x) #x macro
/aosp_15_r20/external/libavc/examples/avcdec/
H A Dmain.c76 #define STR2(x) #x macro
/aosp_15_r20/external/libavc/examples/svcdec/
H A Dmain.c75 #define STR2(x) #x macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/
Dbfd.h72 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument
77 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument
78 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument