Home
last modified time | relevance | path

Searched defs:rte_bswap32 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h55 #define rte_bswap32(x) ((uint32_t)(__builtin_constant_p(x) ? \ macro
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h241 #define rte_bswap32(x) __builtin_bswap32(x) macro
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h58 #define rte_bswap32(x) ((uint32_t)(__builtin_constant_p(x) ? \ macro