Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h59 #define rte_bswap64(x) ((uint64_t)(__builtin_constant_p(x) ? \ macro
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h243 #define rte_bswap64(x) __builtin_bswap64(x) macro
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h62 #define rte_bswap64(x) ((uint64_t)(__builtin_constant_p(x) ? \ macro