HomeSort by relevance Sort by last modified time
    Searched refs:__CONCAT (Results 1 - 25 of 38) sorted by null

1 2

  /bionic/libc/arch-arm/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /bionic/libc/arch-x86/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /bionic/libc/private/
thread_private.h 30 #define WEAK_NAME(name) __CONCAT(_weak_,name)
41 #define __THREAD_NAME(name) __CONCAT(_thread_tagname_,name)
  /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-5/arch-x86/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 78 # define __CONCAT(x,y) x ## y
81 # define __CONCAT(x,y) x/**/y
  /prebuilt/ndk/android-ndk-r4/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
cdefs_elf.h 34 #define _C_LABEL(x) __CONCAT(_,x)
  /prebuilt/ndk/android-ndk-r4/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
cdefs_elf.h 34 #define _C_LABEL(x) __CONCAT(_,x)
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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-sh/include/machine/
asm.h 53 # define __CONCAT(x,y) x ## y
56 # define __CONCAT(x,y) x/**/y
  /bionic/libc/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
cdefs_elf.h 34 #define _C_LABEL(x) __CONCAT(_,x)
  /development/ndk/platforms/android-3/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
cdefs_elf.h 34 #define _C_LABEL(x) __CONCAT(_,x)
  /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

Completed in 86 milliseconds

1 2