Searched refs:GCC_VERSION (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c100 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
105 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c107 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
112 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c237 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
261 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
399 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
424 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
450 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
470 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c254 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
278 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
416 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
441 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
467 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \
487 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \

Completed in 67 milliseconds