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
437
) sorted by null
<<
11
12
13
14
15
16
17
18
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpfr.h
259
(__GNUC__ >= 4 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 1))
[
all
...]
gmp.h
356
#if defined (__GNUC__) && defined (
__GNUC_MINOR__
)
358
((__GNUC__ << 16) +
__GNUC_MINOR__
>= ((maj) << 16) + (min))
423
#if (defined __GNUC_STDC_INLINE__) || (__GNUC__ == 4 &&
__GNUC_MINOR__
== 2)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpfr.h
259
(__GNUC__ >= 4 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 1))
[
all
...]
gmp.h
356
#if defined (__GNUC__) && defined (
__GNUC_MINOR__
)
358
((__GNUC__ << 16) +
__GNUC_MINOR__
>= ((maj) << 16) + (min))
423
#if (defined __GNUC_STDC_INLINE__) || (__GNUC__ == 4 &&
__GNUC_MINOR__
== 2)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpfr.h
259
(__GNUC__ >= 4 || (__GNUC__ == 3 &&
__GNUC_MINOR__
>= 1))
[
all
...]
gmp.h
356
#if defined (__GNUC__) && defined (
__GNUC_MINOR__
)
358
((__GNUC__ << 16) +
__GNUC_MINOR__
>= ((maj) << 16) + (min))
423
#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/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h
213
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/gtest/include/gtest/internal/
gtest-port.h
226
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
zdump.c
186
#if 2 < __GNUC__ || (__GNUC__ == 2 && 96 <=
__GNUC_MINOR__
)
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
213
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/lz4/lib/
xxhash.c
155
#define GCC_VERSION (__GNUC__ * 100 +
__GNUC_MINOR__
)
lz4.c
126
#define GCC_VERSION (__GNUC__ * 100 +
__GNUC_MINOR__
)
[
all
...]
lz4frame.c
47
#define GCC_VERSION (__GNUC__ * 100 +
__GNUC_MINOR__
)
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
211
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
all
...]
/external/nanopb-c/
pb_decode.c
10
#if !defined(__GNUC__) || ( __GNUC__ < 3) || (__GNUC__ == 3 &&
__GNUC_MINOR__
< 4)
[
all
...]
/external/opencv3/modules/imgproc/src/
floodfill.cpp
45
#if defined(__GNUC__) && (__GNUC__ == 4) && (
__GNUC_MINOR__
== 8)
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h
226
(__GNUC__*10000 +
__GNUC_MINOR__
*100 + __GNUC_PATCHLEVEL__)
[
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
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h
908
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 ||
__GNUC_MINOR__
>= 7))
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_rope.h
908
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 ||
__GNUC_MINOR__
>= 7))
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp
192
# if (__GNUC__ == 4) && (
__GNUC_MINOR__
== 9) && (__GNUC_PATCHLEVEL__ == 0)
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
[
all
...]
/external/libpng/
pngpriv.h
168
# if __GNUC__ < 4 || (__GNUC__ == 4 &&
__GNUC_MINOR__
< 6)
[
all
...]
Completed in 1772 milliseconds
<<
11
12
13
14
15
16
17
18