Searched defs:GCC_VERSION (Results 1 - 13 of 13) sorted by relevance

/external/fio/compiler/
H A Dcompiler-gcc4.h8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
12 #if GCC_VERSION >= 40300
/external/fio/crc/
H A Dxxhash.c96 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
107 #elif GCC_VERSION >= 403
/external/lz4/examples/
H A DHCStreaming_ringBuffer.c13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/v8/src/base/platform/
H A Dplatform-linux.cc72 #define GCC_VERSION (__GNUC__ * 10000 \ macro
75 #if GCC_VERSION >= 40600 && !defined(__clang__)
82 #elif GCC_VERSION < 40500 && !defined(__clang__)
98 #undef GCC_VERSION macro
H A Dplatform-qnx.cc56 #define GCC_VERSION (__GNUC__ * 10000 \ macro
59 #if GCC_VERSION >= 40600
66 #elif GCC_VERSION < 40500
82 #undef GCC_VERSION macro
/external/valgrind/coregrind/m_demangle/
H A Dansidecl.h33 portable to other compilers, we provide the GCC_VERSION macro that
63 #ifndef GCC_VERSION
64 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
65 #endif /* GCC_VERSION */
87 # if GCC_VERSION >= 2007
114 #if (GCC_VERSION < 2007)
120 # if (GCC_VERSION >= 2096)
131 # if GCC_VERSION >= 2093
137 # if GCC_VERSION >= 4005
149 #if GCC_VERSION >
[all...]
/external/lz4/lib/
H A Dxxhash.c155 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
169 #elif GCC_VERSION >= 403
H A Dlz4.c126 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
128 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
271 #if GCC_VERSION!=409 /* disabled on GCC 4.9, as it generates invalid opcode (crash) */
337 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
350 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
366 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
382 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
H A Dlz4frame.c47 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/lz4/programs/
H A Dframetest.c33 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
H A Dlz4io.c41 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/sqlite/dist/orig/
H A Dsqlite3.c163 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
165 # define GCC_VERSION 0 macro
20353 #elif defined(__GNUC__) && GCC_VERSION>=4001000
25661 && defined(__GNUC__) && GCC_VERSION>=4003000
25678 #elif SQLITE_BYTEORDER==1234 && defined(__GNUC__) && GCC_VERSION>=4003000
[all...]
/external/sqlite/dist/
H A Dsqlite3.c163 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
165 # define GCC_VERSION 0 macro
20353 #elif defined(__GNUC__) && GCC_VERSION>=4001000
25661 && defined(__GNUC__) && GCC_VERSION>=4003000
25678 #elif SQLITE_BYTEORDER==1234 && defined(__GNUC__) && GCC_VERSION>=4003000
[all...]

Completed in 1499 milliseconds