Searched refs:RTE_STATIC_BSWAP16 (Results 1 – 1 of 1) sorted by relevance
53 #define RTE_STATIC_BSWAP16(v) \ macro89 #define RTE_LE16(v) (rte_le16_t)(RTE_STATIC_BSWAP16(v))93 #define RTE_BE16(v) (rte_be16_t)(RTE_STATIC_BSWAP16(v))126 return (uint16_t)RTE_STATIC_BSWAP16(x); in rte_constant_bswap16()