OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__CONCAT
(Results
76 - 100
of
198
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/7/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/7/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/8/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/8/platforms/android-14/arch-mips/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/8/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/8/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/8/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/8/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/8/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/8/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/8/platforms/android-9/arch-mips/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/8/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/9/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/9/platforms/android-14/arch-mips/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/9/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/9/platforms/android-18/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/9/platforms/android-18/arch-mips/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/9/platforms/android-18/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/9/platforms/android-3/arch-arm/usr/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
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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
/prebuilts/ndk/9/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/9/platforms/android-9/arch-mips/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/9/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
Completed in 1815 milliseconds
1
2
3
4
5
6
7
8