HomeSort by relevance Sort by last modified time
    Searched defs:__CONCAT (Results 51 - 75 of 128) sorted by null

1 23 4 5 6

  /development/ndk/platforms/android-3/include/sys/
cdefs.h 103 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
104 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
105 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
106 * in between its arguments. __CONCAT can also concatenate double-quoted
111 #define ___CONCAT(x,y) __CONCAT(x,y)
115 #define __CONCAT(x,y) x ## y
131 #define __CONCAT(x,y) x/**/y
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 72 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
73 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
74 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
75 * in between its arguments. __CONCAT can also concatenate double-quoted
80 #define ___CONCAT(x,y) __CONCAT(x,y)
84 #define __CONCAT(x,y) x ## y
100 #define __CONCAT(x,y) x/**/y
  /external/clang/test/SemaCXX/
abstract.cpp 4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
8 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
cdefs.h 80 #define __CONCAT(x,y) x ## y
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 80 #define __CONCAT(x,y) x ## y
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 83 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
84 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
85 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
86 * in between its arguments. __CONCAT can also concatenate double-quoted
91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y
111 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 83 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
84 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
85 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
86 * in between its arguments. __CONCAT can also concatenate double-quoted
91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y
111 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 83 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
84 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
85 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
86 * in between its arguments. __CONCAT can also concatenate double-quoted
91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y
111 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 83 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
84 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
85 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
86 * in between its arguments. __CONCAT can also concatenate double-quoted
91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y
111 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 83 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
84 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
85 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
86 * in between its arguments. __CONCAT can also concatenate double-quoted
91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y
111 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 83 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
84 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
85 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
86 * in between its arguments. __CONCAT can also concatenate double-quoted
91 #define ___CONCAT(x,y) __CONCAT(x,y)
95 #define __CONCAT(x,y) x ## y
111 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 72 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
73 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
74 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
75 * in between its arguments. __CONCAT can also concatenate double-quoted
80 #define ___CONCAT(x,y) __CONCAT(x,y)
84 #define __CONCAT(x,y) x ## y
100 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 72 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
73 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
74 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
75 * in between its arguments. __CONCAT can also concatenate double-quoted
80 #define ___CONCAT(x,y) __CONCAT(x,y)
84 #define __CONCAT(x,y) x ## y
100 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 72 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
73 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
74 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
75 * in between its arguments. __CONCAT can also concatenate double-quoted
80 #define ___CONCAT(x,y) __CONCAT(x,y)
84 #define __CONCAT(x,y) x ## y
100 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 72 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
73 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
74 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
75 * in between its arguments. __CONCAT can also concatenate double-quoted
80 #define ___CONCAT(x,y) __CONCAT(x,y)
84 #define __CONCAT(x,y) x ## y
100 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 72 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
73 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
74 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
75 * in between its arguments. __CONCAT can also concatenate double-quoted
80 #define ___CONCAT(x,y) __CONCAT(x,y)
84 #define __CONCAT(x,y) x ## y
100 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 78 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
79 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
80 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
81 * in between its arguments. __CONCAT can also concatenate double-quoted
86 #define ___CONCAT(x,y) __CONCAT(x,y)
90 #define __CONCAT(x,y) x ## y
106 #define __CONCAT(x,y) x/**/y

Completed in 900 milliseconds

1 23 4 5 6