Searched refs:__be32_to_cpu (Results 1 – 4 of 4) sorted by relevance
136 #define __be32_to_cpu(x) bswap_32(x) macro170 #define __be32_to_cpu(x) (x) macro234 #define be32_to_cpu(x) (u32)__be32_to_cpu((u32)(x))238 #define be32_to_cpup(x) (u32)__be32_to_cpu(*(const u32*)(x))244 #define sbe32_to_cpu(x) (s32)__be32_to_cpu((s32)(x))248 #define sbe32_to_cpup(x) (s32)__be32_to_cpu(*(s32*)(x))
46 #define __be32_to_cpu(x) (x) macro53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro239 crc = __be32_to_cpu(crc); in crc32_be_generic()
33 #define __be32_to_cpu __cpu_to_be32 macro
72 #define be32toh(x) __be32_to_cpu(x)