OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__GNUC_MINOR__
(Results
351 - 375
of
436
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/libpng/
pngconf.h
[
all
...]
/external/libxml2/
threads.c
52
#if (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 3) || (__GNUC__ > 3)
/external/llvm/unittests/Support/
AlignOfTest.cpp
31
#if ((__GNUC__ * 100) +
__GNUC_MINOR__
) >= 402 && !defined(__clang__)
/external/protobuf/src/google/protobuf/stubs/
common.h
181
#if defined(__GNUC__) && (__GNUC__ > 3 ||(__GNUC__ == 3 &&
__GNUC_MINOR__
>= 1))
[
all
...]
/external/stlport/src/
num_get_float.cpp
144
# if !defined (__GNUC__) || (__GNUC__ != 3) || (
__GNUC_MINOR__
!= 4) || \
/ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp
144
# if !defined (__GNUC__) || (__GNUC__ != 3) || (
__GNUC_MINOR__
!= 4) || \
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
126
#if __GNUC__ >= 4 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 1)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
86
#if defined(__GNUC__) && (__GNUC__ * 100 +
__GNUC_MINOR__
) > 302 \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp
500
#if __GNUC__ == 2 &&
__GNUC_MINOR__
<= 96
/external/bison/lib/
stdlib.in.h
99
#if __GNUC__ > 2 || (__GNUC__ == 2 &&
__GNUC_MINOR__
>= 96)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h
357
#if defined (__GNUC__) && defined (
__GNUC_MINOR__
)
359
((__GNUC__ << 16) +
__GNUC_MINOR__
>= ((maj) << 16) + (min))
424
#if (defined __GNUC_STDC_INLINE__) || (__GNUC__ == 4 &&
__GNUC_MINOR__
== 2)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h
357
#if defined (__GNUC__) && defined (
__GNUC_MINOR__
)
359
((__GNUC__ << 16) +
__GNUC_MINOR__
>= ((maj) << 16) + (min))
424
#if (defined __GNUC_STDC_INLINE__) || (__GNUC__ == 4 &&
__GNUC_MINOR__
== 2)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h
357
#if defined (__GNUC__) && defined (
__GNUC_MINOR__
)
359
((__GNUC__ << 16) +
__GNUC_MINOR__
>= ((maj) << 16) + (min))
424
#if (defined __GNUC_STDC_INLINE__) || (__GNUC__ == 4 &&
__GNUC_MINOR__
== 2)
[
all
...]
/external/bison/data/
yacc.c
186
#if defined __GNUC__ && 407 <= __GNUC__ * 100 +
__GNUC_MINOR__
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
222
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp
84
#if !defined(__clang__) && ((__GNUC__ > 4) || (__GNUC__ == 4 &&
__GNUC_MINOR__
>= 7))
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
215
#if __GNUC__ > 3 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 4)
/external/chromium_org/third_party/libusb/src/libusb/
libusb.h
85
#if __GNUC__ > 4 || (__GNUC__ == 4 &&
__GNUC_MINOR__
>= 5)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h
211
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h
637
((__GNUC__ >= 4) || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 3))
/external/gtest/include/gtest/internal/
gtest-port.h
211
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/harfbuzz_ng/src/
hb-private.hh
215
#if __GNUC__ > 3 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 4)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h
211
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
212
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
211
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
Completed in 1840 milliseconds
<<
11
12
13
14
15
16
17
18