OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__GNUC_PREREQ__
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-3/include/sys/
cdefs.h
76
* #if
__GNUC_PREREQ__
(major, minor)
83
#define
__GNUC_PREREQ__
(x, y) \
87
#define
__GNUC_PREREQ__
(x, y) 0
179
#if !
__GNUC_PREREQ__
(2, 0)
191
#if !
__GNUC_PREREQ__
(2, 5)
205
#if
__GNUC_PREREQ__
(2, 7)
211
#if
__GNUC_PREREQ__
(3, 1)
217
#if
__GNUC_PREREQ__
(2, 7)
231
#if !
__GNUC_PREREQ__
(2, 8)
235
#if
__GNUC_PREREQ__
(2, 8
[
all
...]
/development/ndk/platforms/android-9/include/sys/
cdefs.h
45
* #if
__GNUC_PREREQ__
(major, minor)
52
#define
__GNUC_PREREQ__
(x, y) \
56
#define
__GNUC_PREREQ__
(x, y) 0
148
#if !
__GNUC_PREREQ__
(2, 0)
160
#if !
__GNUC_PREREQ__
(2, 5)
174
#if
__GNUC_PREREQ__
(2, 7)
180
#if
__GNUC_PREREQ__
(3, 1)
186
#if
__GNUC_PREREQ__
(2, 7)
200
#if !
__GNUC_PREREQ__
(2, 8)
204
#if
__GNUC_PREREQ__
(2, 8
[
all
...]
/development/ndk/platforms/android-L/include/sys/
cdefs.h
63
* #if
__GNUC_PREREQ__
(major, minor)
70
#define
__GNUC_PREREQ__
(x, y) \
74
#define
__GNUC_PREREQ__
(x, y) 0
166
#if !
__GNUC_PREREQ__
(2, 0)
178
#if !
__GNUC_PREREQ__
(2, 5)
192
#if
__GNUC_PREREQ__
(2, 7)
200
#if
__GNUC_PREREQ__
(3, 1)
206
#if
__GNUC_PREREQ__
(2, 7)
220
#if !
__GNUC_PREREQ__
(2, 8)
224
#if
__GNUC_PREREQ__
(2, 8
[
all
...]
Completed in 71 milliseconds