Searched defs:le32_to_cpu (Results 1 – 12 of 12) sorted by relevance
47 #define le32_to_cpu __le32_to_cpu macro112 #define le32_to_cpu swab32 macro130 #define le32_to_cpu(x) (x) macro
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
14 #define le32_to_cpu(x) ((uint32_t)(x)) macro27 #define le32_to_cpu(x) swab32(x) macro
73 #define le32_to_cpu(x) ((__u32)(x)) macro82 #define le32_to_cpu(x) (__builtin_bswap32(x)) macro
8 static inline uint32_t le32_to_cpu(__le32 x) { return le32toh(x); } in le32_to_cpu() function
41 #define le32_to_cpu(x) (x) macro43 #define le32_to_cpu(x) bswap_32(x) macro
54 #define le32_to_cpu(x) (x) macro
29 #define le32_to_cpu(x) ext2fs_le32_to_cpu(x) macro
36 #define le32_to_cpu __le32_to_cpu macro
30 #define le32_to_cpu(x) ((uint32_t)cpu_to_le32(x)) macro
223 #define le32_to_cpu(x) ((uint32_t)(x)) macro231 #define le32_to_cpu(x) bswap_32(x) macro