OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__GNUC_MINOR__
(Results
376 - 400
of
436
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/pixman/pixman/
pixman-combine-float.c
40
#if defined(__GNUC__) && (__GNUC__ == 4) && (
__GNUC_MINOR__
== 6)
/external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc
319
#if !defined(__GNUC__) || __GNUC__ > 3 || (__GNUC__ == 3 &&
__GNUC_MINOR__
> 3)
[
all
...]
/external/v8/src/
platform-linux.cc
203
+
__GNUC_MINOR__
* 100 \
[
all
...]
/external/valgrind/main/drd/
drd_pthread_intercepts.c
130
#if __GNUC__ > 3 || __GNUC__ == 3 &&
__GNUC_MINOR__
>= 2
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
226
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h
115
#if ((__GNUC__ > 2) || ((__GNUC__ == 2) && (
__GNUC_MINOR__
>= 9)))
[
all
...]
/external/stlport/stlport/stl/
_rope.h
908
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 ||
__GNUC_MINOR__
>= 7))
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h
908
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 ||
__GNUC_MINOR__
>= 7))
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h
908
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 ||
__GNUC_MINOR__
>= 7))
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h
908
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 ||
__GNUC_MINOR__
>= 7))
[
all
...]
/external/chromium_org/ipc/
ipc_message_utils.h
32
#if (__GNUC__ * 10000 +
__GNUC_MINOR__
* 100) >= 40500
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc
352
#if !defined(__GNUC__) || __GNUC__ > 3 || (__GNUC__ == 3 &&
__GNUC_MINOR__
> 3)
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp
[
all
...]
/external/safe-iop/include/
safe_iop.h
469
# if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 &&
__GNUC_MINOR__
> 0)
/external/stlport/stlport/stl/debug/
_string.h
812
#if defined (__GNUC__) && (__GNUC__ == 2) && (
__GNUC_MINOR__
== 96)
/external/stlport/test/unit/
string_test.cpp
78
((__GNUC__ < 4) || (__GNUC__ == 4 &&
__GNUC_MINOR__
< 1)) ) )
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h
812
#if defined (__GNUC__) && (__GNUC__ == 2) && (
__GNUC_MINOR__
== 96)
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
48
# if __GNUC__ > 2 || (__GNUC__ == 2 &&
__GNUC_MINOR__
-0 >= 7)
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp
98
&& !(defined(__GNUC__) && (__GNUC__ == 3) && (
__GNUC_MINOR__
<= 2))
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
string_test.cpp
78
((__GNUC__ < 4) || (__GNUC__ == 4 &&
__GNUC_MINOR__
< 1)) ) )
[
all
...]
/ndk/tests/device/test-stlport/unit/
string_test.cpp
78
((__GNUC__ < 4) || (__GNUC__ == 4 &&
__GNUC_MINOR__
< 1)) ) )
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpfr.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpfr.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpfr.h
[
all
...]
Completed in 541 milliseconds
<<
11
12
13
14
15
16
17
18