Searched refs:RTE_STATIC_BSWAP64 (Results 1 – 1 of 1) sorted by relevance
63 #define RTE_STATIC_BSWAP64(v) \ macro91 #define RTE_LE64(v) (rte_le64_t)(RTE_STATIC_BSWAP64(v))95 #define RTE_BE64(v) (rte_be64_t)(RTE_STATIC_BSWAP64(v))150 return (uint64_t)RTE_STATIC_BSWAP64(x); in rte_constant_bswap64()