Searched defs:cpu_to_be32 (Results 1 – 2 of 2) sorted by relevance
109 #define cpu_to_be32(x) (x) macro111 #define cpu_to_be32(x) swab32(x) macro
141 #define cpu_to_be32(o) rte_cpu_to_be_32(o) macro