HomeSort by relevance Sort by last modified time
    Searched refs:__CONCAT (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /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
  /bionic/libc/arch-arm/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /development/ndk/platforms/android-3/arch-arm/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
complex.h 61 __MATHDECL_1(type, __CONCAT(__,function), args)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 61 __MATHDECL_1(type, __CONCAT(__,function), args)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
complex.h 61 __MATHDECL_1(type, __CONCAT(__,function), args)

Completed in 1914 milliseconds

12 3 4 5 6 7 8