Searched defs:be32_to_cpu (Results 1 – 3 of 3) sorted by relevance
387 # define be32_to_cpu(x) (x) macro392 # define be32_to_cpu(x) bswap_32((x)) macro398 static inline uint32_t be32_to_cpu(uint32_t v) { in be32_to_cpu() function409 # define be32_to_cpu(x) ntohl((x)) macro
73 #define be32_to_cpu(x) __bswap_32(x) macro80 #define be32_to_cpu(x) (x) macro
19 #define be32_to_cpu(n) ntohl(n) macro