Home
last modified time | relevance | path

Searched refs:__le32_to_cpu (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h120 #define __le32_to_cpu(x) (x) macro
154 #define __le32_to_cpu(x) bswap_32(x) macro
194 #define le32_to_cpu(x) (u32)__le32_to_cpu((u32)(x))
198 #define le32_to_cpup(x) (u32)__le32_to_cpu(*(const u32*)(x))
204 #define sle32_to_cpu(x) (s32)__le32_to_cpu((s32)(x))
208 #define sle32_to_cpup(x) (s32)__le32_to_cpu(*(s32*)(x))
/third_party/e2fsprogs/lib/ext2fs/
Dcrc32c.c49 #define __le32_to_cpu(x) (ext2fs_le32_to_cpu((x))) macro
56 #define __le32_to_cpu(x) (x) macro
187 crc = __le32_to_cpu(crc); in crc32_le_generic()
/third_party/alsa-lib/include/sound/
Dtype_compat.h32 #define __le32_to_cpu __cpu_to_le32 macro
/third_party/alsa-utils/aplay/
Daplay.c71 #define le32toh(x) __le32_to_cpu(x)