Searched refs:__be32_to_cpu (Results 1 – 7 of 7) sorted by relevance
7 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() function40 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() function
45 #define __be32_to_cpu(x) (x) macro52 #define __be32_to_cpu(x) (ext2fs_swab32((x))) macro
227 return __be32_to_cpu(crc); in crc32_be()
46 #define __be32_to_cpu(x) (x) macro53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro206 return __be32_to_cpu((__force __be32)crc); in crc32c_be_body()367 return __be32_to_cpu(crc); in crc32c_be_body()
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
39 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
59 W[I] = __be32_to_cpu(((uint32_t *)(input))[I]); in LOAD_OP()