Home
last modified time | relevance | path

Searched refs:__be64 (Results 1 – 10 of 10) sorted by relevance

/third_party/iptables/include/linux/
Dtypes.h32 typedef __u64 __bitwise __be64; typedef
47 #define __aligned_be64 __be64 __attribute__((aligned(8)))
/third_party/e2fsprogs/util/
Dandroid_types.h43 typedef __u64 __bitwise __be64; typedef
/third_party/alsa-lib/include/sound/
Dtype_compat.h41 #define __be64 __u64 macro
/third_party/e2fsprogs/lib/ext2fs/
Dbitops.h21 #define ext2fs_cpu_to_be64(x) ((__force __be64)(__u64)(x))
22 #define ext2fs_be64_to_cpu(x) ((__force __u64)(__be64)(x))
35 #define ext2fs_cpu_to_be64(x) ((__force __be64)ext2fs_swab64((__u64)(x)))
36 #define ext2fs_be64_to_cpu(x) ext2fs_swab64((__force __u64)(__be64)(x))
Dext2_types.h199 typedef __u64 __bitwise __be64; typedef
Dext2_types.h.in192 typedef __u64 __bitwise __be64; typedef
Dkernel-jbd.h131 __be64 h_commit_sec;
/third_party/e2fsprogs/e2fsck/
Drevoke.c624 * ((__be64 *)(&descriptor->b_data[offset])) = in write_one_revoke_record()
Drecovery.c923 blocknr = be64_to_cpu(* ((__be64 *) (bh->b_data+offset))); in scan_revoke_records()
/third_party/f2fs-tools/include/
Df2fs_fs.h93 typedef u64 __be64; typedef