Searched defs:u64 (Results 1 - 3 of 3) sorted by last modified time

/system/core/gpttool/
H A Dgpttool.c33 typedef unsigned long long u64; typedef
55 u64 header_lba;
56 u64 backup_lba;
57 u64 first_lba;
58 u64 last_lba;
62 u64 entries_lba;
72 u64 first_lba;
73 u64 last_lba;
74 u64 attr;
118 int add_ptn(struct ptable *ptbl, u64 firs
[all...]
/system/core/libsparse/
H A Dsparse_defs.h23 #define __le64 u64
27 #define __be64 u64
31 #define __u64 u64
36 typedef unsigned long long u64; typedef
/system/extras/ext4_utils/
H A Dext4_utils.h74 #define __le64 u64
78 #define __be64 u64
82 #define __u64 u64
87 typedef unsigned long long u64; typedef
132 u64 len_blocks;
166 u64 get_file_size(int fd);
167 u64 parse_num(const char *arg);

Completed in 764 milliseconds