Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_memcpy.h21 #if (GCC_VERSION >= 90000 && GCC_VERSION < 90400)
201 #if (GCC_VERSION >= 90000 && GCC_VERSION < 90400)
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_vect.h68 (defined(RTE_ARCH_ARM64) && RTE_CC_IS_GNU && (GCC_VERSION < 70000))
81 #if RTE_CC_IS_GNU && (GCC_VERSION < 70000)
83 #if (GCC_VERSION < 40900)
H A Drte_memcpy_64.h93 #if (GCC_VERSION < 50400)
/f-stack/dpdk/lib/librte_table/
H A Drte_lru_x86.h22 #if RTE_CC_IS_GNU && (GCC_VERSION > 40306)
66 #if RTE_CC_IS_GNU && (GCC_VERSION > 40306)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c254 #ifdef GCC_VERSION
255 #undef GCC_VERSION
258 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
260 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
388 #if ((defined(__GNUC__) && (GCC_VERSION >= 304)) || defined(__clang__)) && \ in LZ4_NbCommonBytes()
409 #if ((defined(__GNUC__) && (GCC_VERSION >= 304)) || defined(__clang__)) && \ in LZ4_NbCommonBytes()
431 #if ((defined(__GNUC__) && (GCC_VERSION >= 304)) || defined(__clang__)) && \ in LZ4_NbCommonBytes()
447 #if defined(__GNUC__) && (GCC_VERSION >= 304) && \ in LZ4_NbCommonBytes()
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dstdlib.h44 #undef GCC_VERSION
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h56 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + \ macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h10 #if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION >= 70000)
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h62 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + \ macro
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.c145 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
164 #elif GCC_VERSION >= 403
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_memcpy.h25 #if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION >= 100000)
877 #if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION >= 100000)
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c80 #if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION < 70100) in vhost_set_bit()
154 #if defined(RTE_TOOLCHAIN_GCC) && (GCC_VERSION < 70100) in __vhost_log_cache_sync()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c143 # define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
348 # elif defined(__GNUC__) && (GCC_VERSION >= 304) /* GCC Intrinsic */ in FSE_highbit32()
H A Dzstd_v03.c2333 # define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5644 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
5663 #elif GCC_VERSION >= 403