Home
last modified time | relevance | path

Searched defs:cpu_to_be32 (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h27 #define cpu_to_be32(x) ext2fs_cpu_to_be32(x) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h254 #define cpu_to_be32(x) (u32)__cpu_to_be32((u32)(x)) macro