Searched defs:be32toh (Results 1 – 8 of 8) sorted by relevance
38 #define be32toh(x) __bswap32(x) macro51 #define be32toh(x) (uint32_t)(x) macro
42 #define be32toh(x) __bswap32(x) macro55 #define be32toh(x) (uint32_t)(x) macro
85 static inline uint32_t be32toh(be32_t value) { return bswap_32_on_le((uint32_t __force)value); } in be32toh() function
72 #define be32toh(x) __be32_to_cpu(x) macro