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

1 23

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/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"
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/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"
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/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"
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/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"
  /prebuilts/ndk/android-ndk-r7/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"
  /prebuilts/ndk/android-ndk-r7/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 629 milliseconds

1 23