Searched defs:be32_to_cpu (Results 1 – 3 of 3) sorted by relevance
104 # define be32_to_cpu(x) uswap_32(x) macro117 # define be32_to_cpu(x) (x) macro
105 static inline uint32_t be32_to_cpu(uint32_t x) in be32_to_cpu() function
95 #define be32_to_cpu __be32_to_cpu macro