Home
last modified time | relevance | path

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

/third_party/backends/backend/
Dplustek-pp_sysdep.h262 # define be32_to_cpu(x) cpu_to_be32(x) macro
/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.h214 #define be32_to_cpu(x) __builtin_bswap64(x) macro
222 #define be32_to_cpu(x) ((uint64_t)(x)) macro