HomeSort by relevance Sort by last modified time
    Searched defs:__STRING (Results 26 - 31 of 31) sorted by null

12

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 82 * strings produced by the __STRING macro, but this only works with ANSI C.
85 #define ___STRING(x) __STRING(x)
91 #define __STRING(x) #x
107 #define __STRING(x) "x"
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 76 * strings produced by the __STRING macro, but this only works with ANSI C.
79 #define ___STRING(x) __STRING(x)
85 #define __STRING(x) #x
101 #define __STRING(x) "x"
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 82 * strings produced by the __STRING macro, but this only works with ANSI C.
85 #define ___STRING(x) __STRING(x)
91 #define __STRING(x) #x
107 #define __STRING(x) "x"
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 82 * strings produced by the __STRING macro, but this only works with ANSI C.
85 #define ___STRING(x) __STRING(x)
91 #define __STRING(x) #x
107 #define __STRING(x) "x"
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 76 * strings produced by the __STRING macro, but this only works with ANSI C.
79 #define ___STRING(x) __STRING(x)
85 #define __STRING(x) #x
101 #define __STRING(x) "x"
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 76 * strings produced by the __STRING macro, but this only works with ANSI C.
79 #define ___STRING(x) __STRING(x)
85 #define __STRING(x) #x
101 #define __STRING(x) "x"

Completed in 269 milliseconds

12