OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__GNUC_MINOR__
(Results
401 - 425
of
437
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttinterp.c
[
all
...]
/external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc
352
#if !defined(__GNUC__) || __GNUC__ > 3 || (__GNUC__ == 3 &&
__GNUC_MINOR__
> 3)
[
all
...]
/external/safe-iop/include/
safe_iop.h
469
# if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 &&
__GNUC_MINOR__
> 0)
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
638
#elif (__GNUC__ > 4) || ((__GNUC__ == 4) && (
__GNUC_MINOR__
> 6))
[
all
...]
/external/valgrind/drd/
drd_pthread_intercepts.c
204
#if __GNUC__ > 3 || __GNUC__ == 3 &&
__GNUC_MINOR__
>= 2
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h
812
#if defined (__GNUC__) && (__GNUC__ == 2) && (
__GNUC_MINOR__
== 96)
/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/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h
812
#if defined (__GNUC__) && (__GNUC__ == 2) && (
__GNUC_MINOR__
== 96)
/external/opencv3/modules/hal/src/
mathfuncs.cpp
435
(!defined __APPLE__ && defined __GNUC__ && __GNUC__*100 +
__GNUC_MINOR__
< 402)
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string.h
[
all
...]
/external/dlmalloc/
malloc.c
594
((__GNUC__ > 4 || (__GNUC__ == 4 &&
__GNUC_MINOR__
>= 1)) || \
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h
168
#if (__GNUC__ > 4) || (__GNUC__ == 4 && (
__GNUC_MINOR__
>= 7))
[
all
...]
/external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu
[
all
...]
/external/bison/lib/
vasnprintf.c
557
# if __GNUC__ > 3 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 4)
[
all
...]
/external/deqp/modules/glshared/
glsDrawTest.cpp
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
95
#if (__GNUC__ >= 3) && (
__GNUC_MINOR__
>= 1 )
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h
70
#elif defined(__GNUC__) && (__GNUC__ * 100 +
__GNUC_MINOR__
) >= 303
[
all
...]
/external/opencv3/modules/imgproc/src/
imgwarp.cpp
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
184
(defined __GNUC__) && __GNUC__ == (major) &&
__GNUC_MINOR__
== (minor)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c
[
all
...]
Completed in 1341 milliseconds
<<
11
12
13
14
15
16
17
18