Searched defs:rte_bswap32 (Results 1 – 3 of 3) sorted by relevance
55 #define rte_bswap32(x) ((uint32_t)(__builtin_constant_p(x) ? \ macro
241 #define rte_bswap32(x) __builtin_bswap32(x) macro
58 #define rte_bswap32(x) ((uint32_t)(__builtin_constant_p(x) ? \ macro