OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__GNUC_PREREQ__
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h
51
* #if
__GNUC_PREREQ__
(major, minor)
58
#define
__GNUC_PREREQ__
(x, y) \
62
#define
__GNUC_PREREQ__
(x, y) 0
154
#if !
__GNUC_PREREQ__
(2, 0)
166
#if !
__GNUC_PREREQ__
(2, 5)
180
#if
__GNUC_PREREQ__
(2, 7)
186
#if
__GNUC_PREREQ__
(3, 1)
192
#if
__GNUC_PREREQ__
(2, 7)
206
#if !
__GNUC_PREREQ__
(2, 8)
210
#if
__GNUC_PREREQ__
(2, 8
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h
51
* #if
__GNUC_PREREQ__
(major, minor)
58
#define
__GNUC_PREREQ__
(x, y) \
62
#define
__GNUC_PREREQ__
(x, y) 0
154
#if !
__GNUC_PREREQ__
(2, 0)
166
#if !
__GNUC_PREREQ__
(2, 5)
180
#if
__GNUC_PREREQ__
(2, 7)
186
#if
__GNUC_PREREQ__
(3, 1)
192
#if
__GNUC_PREREQ__
(2, 7)
206
#if !
__GNUC_PREREQ__
(2, 8)
210
#if
__GNUC_PREREQ__
(2, 8
[
all
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/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
...]
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/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
...]
Completed in 35 milliseconds
1
2