Home
last modified time | relevance | path

Searched defs:be32_to_cpu (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h34 #define be32_to_cpu(x) ext2fs_be32_to_cpu(x) macro
/third_party/f2fs-tools/fsck/
Dquotaio.h200 #define be32_to_cpu(n) ntohl(n) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h234 #define be32_to_cpu(x) (u32)__be32_to_cpu((u32)(x)) macro