Searched defs:rte_bswap64 (Results 1 – 3 of 3) sorted by relevance
59 #define rte_bswap64(x) ((uint64_t)(__builtin_constant_p(x) ? \ macro
243 #define rte_bswap64(x) __builtin_bswap64(x) macro
62 #define rte_bswap64(x) ((uint64_t)(__builtin_constant_p(x) ? \ macro