HomeSort by relevance Sort by last modified time
    Searched defs:GCC_VERSION (Results 1 - 16 of 16) sorted by null

  /external/fio/compiler/
compiler-gcc4.h 8 #define GCC_VERSION (__GNUC__ * 10000 \
12 #if GCC_VERSION >= 40300
  /art/runtime/base/
macros.h 33 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
36 #if defined(__clang__) || GCC_VERSION >= 40700
  /external/fio/crc/
xxhash.c 96 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
107 #elif GCC_VERSION >= 403
  /external/lz4/examples/
HCStreaming_ringBuffer.c 13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
  /external/v8/src/base/platform/
platform-linux.cc 72 #define GCC_VERSION (__GNUC__ * 10000 \
75 #if GCC_VERSION >= 40600
82 #elif GCC_VERSION < 40500
98 #undef GCC_VERSION
platform-qnx.cc 57 #define GCC_VERSION (__GNUC__ * 10000 \
60 #if GCC_VERSION >= 40600
67 #elif GCC_VERSION < 40500
83 #undef GCC_VERSION
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 33 portable to other compilers, we provide the GCC_VERSION macro that
63 #ifndef GCC_VERSION
64 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
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 >= 300
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
ansidecl.h 106 portable to other compilers, we provide the GCC_VERSION macro that
140 #ifndef GCC_VERSION
141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
142 #endif /* GCC_VERSION */
184 # if GCC_VERSION >= 2007
251 #if (GCC_VERSION < 2007)
257 # if (GCC_VERSION >= 2096)
268 # if GCC_VERSION >= 2093
274 # if GCC_VERSION >= 4005
288 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
ansidecl.h 106 portable to other compilers, we provide the GCC_VERSION macro that
140 #ifndef GCC_VERSION
141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
142 #endif /* GCC_VERSION */
184 # if GCC_VERSION >= 2007
251 #if (GCC_VERSION < 2007)
257 # if (GCC_VERSION >= 2096)
268 # if GCC_VERSION >= 2093
274 # if GCC_VERSION >= 4005
286 #if GCC_VERSION >= 300
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
ansidecl.h 106 portable to other compilers, we provide the GCC_VERSION macro that
140 #ifndef GCC_VERSION
141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
142 #endif /* GCC_VERSION */
184 # if GCC_VERSION >= 2007
251 #if (GCC_VERSION < 2007)
257 # if (GCC_VERSION >= 2096)
268 # if GCC_VERSION >= 2093
274 # if GCC_VERSION >= 4005
288 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 106 portable to other compilers, we provide the GCC_VERSION macro that
140 #ifndef GCC_VERSION
141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
142 #endif /* GCC_VERSION */
184 # if GCC_VERSION >= 2007
251 #if (GCC_VERSION < 2007)
257 # if (GCC_VERSION >= 2096)
268 # if GCC_VERSION >= 2093
274 # if GCC_VERSION >= 4005
286 #if GCC_VERSION >= 300
    [all...]
  /external/lz4/lib/
xxhash.c 155 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
169 #elif GCC_VERSION >= 403
lz4frame.c 47 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
    [all...]
lz4.c 126 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
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)
    [all...]
  /external/lz4/programs/
frametest.c 33 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
lz4io.c 41 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)

Completed in 391 milliseconds