Searched defs:__STRING (Results 1 - 4 of 4) sorted by relevance

/development/ndk/platforms/android-3/arch-arm/include/machine/
H A Dasm.h54 # define __STRING(x) #x macro
57 # define __STRING(x) "x" macro
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
137 .stabs __STRING(sym),1,0,0,0
141 .stabs __STRING(_/**/sym),1,0,0,0
/development/ndk/platforms/android-9/arch-x86/include/machine/
H A Dasm.h79 # define __STRING(x) #x macro
82 # define __STRING(x) "x" macro
/development/ndk/platforms/android-3/include/sys/
H A Dcdefs.h82 * strings produced by the __STRING macro, but this only works with ANSI C.
85 #define ___STRING(x) __STRING(x)
91 #define __STRING(x) #x macro
107 #define __STRING(x) "x" macro
/development/ndk/platforms/android-9/include/sys/
H A Dcdefs.h76 * strings produced by the __STRING macro, but this only works with ANSI C.
79 #define ___STRING(x) __STRING(x)
85 #define __STRING(x) #x macro
101 #define __STRING(x) "x" macro

Completed in 79 milliseconds