Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h136 #define __be32_to_cpu(x) bswap_32(x) macro
170 #define __be32_to_cpu(x) (x) macro
234 #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))
/third_party/e2fsprogs/lib/ext2fs/
Dcrc32c.c46 #define __be32_to_cpu(x) (x) macro
53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro
239 crc = __be32_to_cpu(crc); in crc32_be_generic()
/third_party/alsa-lib/include/sound/
Dtype_compat.h33 #define __be32_to_cpu __cpu_to_be32 macro
/third_party/alsa-utils/aplay/
Daplay.c72 #define be32toh(x) __be32_to_cpu(x)