Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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) && \ in LZ4_NbCommonBytes()
441 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \ in LZ4_NbCommonBytes()
467 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \ in LZ4_NbCommonBytes()
487 #elif defined(__GNUC__) && (GCC_VERSION >= 304) && \ in LZ4_NbCommonBytes()
/titanic_41/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__)