Searched defs:le32_to_cpu (Results 1 – 7 of 7) sorted by relevance
83 # define le32_to_cpu(v) ((__force u32)(__le32)(v)) macro90 # define le32_to_cpu(v) (__builtin_bswap32((__force u32)(v))) macro
27 #define le32_to_cpu(x) (x) macro34 #define le32_to_cpu(x) bswap_32(x) macro
74 #define le32_to_cpu(x) ((__u32)(x)) macro83 #define le32_to_cpu(x) (__builtin_bswap32(x)) macro
42 #define le32_to_cpu(x) (x) macro44 #define le32_to_cpu(x) bswap_32(x) macro
33 #define le32_to_cpu(x) ext2fs_le32_to_cpu(x) macro
30 #define le32_to_cpu(x) ((uint32_t)cpu_to_le32(x)) macro
192 #define le32_to_cpu(x) ((__u32)(x)) macro199 #define le32_to_cpu(x) bswap_32(x) macro