OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__CONCAT
(Results
51 - 75
of
198
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/test/SemaCXX/
abstract.cpp
4
#define
__CONCAT
(__X, __Y) __CONCAT1(__X, __Y)
8
typedef int
__CONCAT
(__sa, __LINE__)[__b ? 1 : -1]
/bionic/libc/arch-arm/include/machine/
elf_machdep.h
113
#define R_TYPE(name)
__CONCAT
(R_ARM_,name)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h
58
__MATHDECL_1(type,
__CONCAT
(__,function),suffix, args)
63
__MATHDECL_1(type,
__CONCAT
(__,function),suffix, args) __attribute__ (attrib)
68
#define __MATH_PRECNAME(name,r)
__CONCAT
(name,r)
127
__MATHDECL_2(type, function,suffix, args,
__CONCAT
(function,suffix))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h
58
__MATHDECL_1(type,
__CONCAT
(__,function),suffix, args)
63
__MATHDECL_1(type,
__CONCAT
(__,function),suffix, args) __attribute__ (attrib)
68
#define __MATH_PRECNAME(name,r)
__CONCAT
(name,r)
127
__MATHDECL_2(type, function,suffix, args,
__CONCAT
(function,suffix))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h
58
__MATHDECL_1(type,
__CONCAT
(__,function),suffix, args)
63
__MATHDECL_1(type,
__CONCAT
(__,function),suffix, args) __attribute__ (attrib)
68
#define __MATH_PRECNAME(name,r)
__CONCAT
(name,r)
127
__MATHDECL_2(type, function,suffix, args,
__CONCAT
(function,suffix))
/bionic/libc/arch-x86/include/machine/
asm.h
78
# define
__CONCAT
(x,y) x ## y
81
# define
__CONCAT
(x,y) x/**/y
103
#define CPUVAR(off) %fs:
__CONCAT
(CPU_INFO_,off)
105
/* XXX Can't use
__CONCAT
() here, as it would be evaluated incorrectly. */
/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
/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
/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
/prebuilts/ndk/7/platforms/android-8/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-8/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 4994 milliseconds
1
2
3
4
5
6
7
8