Home
last modified time | relevance | path

Searched defs:rte_be_to_cpu_32 (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/eal/ppc/include/
H A Drte_byteorder.h85 #define rte_be_to_cpu_32(x) rte_bswap32(x) macro
103 #define rte_be_to_cpu_32(x) (x) macro
/dpdk/lib/eal/loongarch/include/
H A Drte_byteorder.h29 #define rte_be_to_cpu_32(x) rte_bswap32(x) macro
/dpdk/lib/eal/arm/include/
H A Drte_byteorder.h36 #define rte_be_to_cpu_32(x) rte_bswap32(x) macro
/dpdk/lib/eal/riscv/include/
H A Drte_byteorder.h36 #define rte_be_to_cpu_32(x) rte_bswap32(x) macro
/dpdk/lib/eal/x86/include/
H A Drte_byteorder.h83 #define rte_be_to_cpu_32( global() macro