Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dquotaio_v2.c160 be_magic = be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h234 #define be32_to_cpu(x) (u32)__be32_to_cpu((u32)(x)) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h208 #define be32_to_cpu(x) __builtin_bswap64(x) macro
216 #define be32_to_cpu(x) ((uint64_t)(x)) macro