HomeSort by relevance Sort by last modified time
    Searched defs:__le64 (Results 1 - 17 of 17) sorted by null

  /bionic/libc/kernel/uapi/linux/
types.h 30 typedef __u64 __bitwise __le64; typedef
36 #define __aligned_le64 __le64 __attribute__((aligned(8)))
  /external/iproute2/include/uapi/linux/
types.h 28 typedef __u64 __bitwise __le64; typedef
45 #define __aligned_le64 __le64 __attribute__((aligned(8)))
  /external/iptables/include/linux/
types.h 31 typedef __u64 __bitwise __le64; typedef
48 #define __aligned_le64 __le64 __attribute__((aligned(8)))
  /external/kernel-headers/original/uapi/linux/
types.h 33 typedef __u64 __bitwise __le64; typedef
50 #define __aligned_le64 __le64 __attribute__((aligned(8)))
  /external/linux-kselftest/tools/testing/selftests/bpf/include/uapi/linux/
types.h 13 typedef __u64 __bitwise __le64; typedef
21 #define __aligned_le64 __le64 __attribute__((aligned(8)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
types.h 31 typedef __u64 __bitwise __le64; typedef
48 #define __aligned_le64 __le64 __attribute__((aligned(8)))
  /system/extras/ext4_utils/include/ext4_utils/
ext4_kernel_headers.h 25 #define __le64 uint64_t macro
45 #undef __le64 macro
  /external/e2fsprogs/lib/blkid/
blkid_types.h 38 typedef __u64 __bitwise __le64; typedef
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h 38 typedef __u64 __bitwise __le64; typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 36 typedef __u64 __bitwise __le64; typedef
  /external/e2fsprogs/util/
android_types.h 36 typedef __u64 __bitwise __le64; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
type_compat.h 32 #define __le64 __u64 macro
  /system/core/libsparse/
sparse_defs.h 23 #define __le64 u64 macro
  /external/syslinux/extlinux/
btrfs.h 26 typedef u64 __le64; typedef
37 __le64 dirid;
38 __le64 sequence;
43 __le64 objectid;
45 __le64 offset;
50 __le64 transid;
  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 36 typedef uint64_t __le64; typedef
111 __le64 appId;
131 __le64 appId;
256 __le64 apBootTime;
318 __le64 appId;
342 __le64 appId;
418 __le64 appId;
435 __le64 appId;
  /external/syslinux/core/fs/btrfs/
btrfs.h 14 typedef u64 __le64; typedef
66 __le64 devid;
67 __le64 total_bytes;
68 __le64 bytes_used;
72 __le64 type;
73 __le64 generation;
74 __le64 start_offset;
86 __le64 bytenr; /* this block number */
87 __le64 flags;
90 __le64 magic
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 83 typedef u64 __le64; typedef
579 __le64 block_count; /* total # of user blocks */
626 __le64 checkpoint_ver; /* checkpoint block version number */
627 __le64 user_block_count; /* # of user blocks */
628 __le64 valid_block_count; /* # of valid blocks in main area */
648 __le64 elapsed_time; /* mounted time */
752 __le64 i_size; /* file size in bytes */
753 __le64 i_blocks; /* file size in blocks */
754 __le64 i_atime; /* access time */
755 __le64 i_ctime; /* change time *
    [all...]

Completed in 603 milliseconds