Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h29 #define cpu_to_be64(x) ext2fs_cpu_to_be64(x) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h255 #define cpu_to_be64(x) (u64)__cpu_to_be64((u64)(x)) macro