Searched refs:RTE_STATIC_BSWAP32 (Results 1 – 1 of 1) sorted by relevance
57 #define RTE_STATIC_BSWAP32(v) \ macro90 #define RTE_LE32(v) (rte_le32_t)(RTE_STATIC_BSWAP32(v))94 #define RTE_BE32(v) (rte_be32_t)(RTE_STATIC_BSWAP32(v))138 return (uint32_t)RTE_STATIC_BSWAP32(x); in rte_constant_bswap32()