Home
last modified time | relevance | path

Searched defs:rte_bswap16 (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_byteorder.h51 #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ macro
67 #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ macro
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_byteorder.h54 #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ macro
70 #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ macro
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_byteorder.h34 #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ macro
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_byteorder.h238 #define rte_bswap16(x) __builtin_bswap16(x) macro