Searched refs:u64 (Results 1 - 25 of 30) sorted by relevance

12

/system/extras/ext4_utils/
H A Dextent.h25 void inode_allocate_extents(struct ext4_inode *inode, u64 len);
27 struct ext4_inode *inode, u64 len, const char *filename);
28 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
29 u64 backing_len);
H A Dextent.c31 u64 backing_len)
57 u64 backing_len, const char *filename)
76 struct ext4_inode *inode, u64 len, struct block_allocation *prealloc)
83 u64 blocks;
185 blocks = (u64)block_len * info.block_size / 512;
201 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
202 u64 backing_len)
226 struct block_allocation* inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
259 void inode_allocate_extents(struct ext4_inode *inode, u64 len)
H A Dwipe.c38 u64 range[2];
H A Dcontents.h40 u32 make_file(const char *filename, u64 len);
H A Dext4_utils.c370 u64 group_start_block = aux_info.first_data_block + i *
410 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb)
447 u64 group_start_block = aux_info.first_data_block + i *
527 u64 get_block_device_size(int fd)
529 u64 size = 0;
561 u64 get_file_size(int fd)
565 u64 reserve_len = 0;
590 u64 parse_num(const char *arg)
593 u64 num = strtoull(arg, &endptr, 10);
H A Dindirect.c436 u64 blocks;
437 u64 size;
476 blocks = ((u64)block_len + 1) * info.block_size / 512;
477 size = (u64)last_block * info.block_size;
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Devent.h26 u64 start;
27 u64 len;
29 u64 pgoff;
36 u64 start;
37 u64 len;
39 u64 pgoff;
42 u64 ino;
44 u64 ino_generation;
59 u64 time;
64 u64 i
[all...]
H A Dtypes.h21 typedef uint64_t u64; typedef
33 u64 val64;
H A Dheader.h58 u64 offset;
59 u64 size;
63 u64 magic;
64 u64 size;
65 u64 attr_size;
74 u64 magic;
75 u64 size;
110 u64 data_offset;
111 u64 data_size;
113 u64 feat_offse
[all...]
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dtypes.h7 * We define u64 as uint64_t for every architecture
10 typedef uint64_t u64; typedef
20 u64 val64;
H A Devent.h14 u64 start;
15 u64 len;
16 u64 pgoff;
23 u64 start;
24 u64 len;
25 u64 pgoff;
28 u64 ino;
29 u64 ino_generation;
43 u64 time;
48 u64 i
[all...]
H A Dheader.h43 u64 offset;
44 u64 size;
48 u64 magic;
49 u64 size;
50 u64 attr_size;
59 u64 magic;
60 u64 size;
95 u64 data_offset;
96 u64 data_size;
97 u64 feat_offse
[all...]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/
H A Dperf.h140 u64 nr;
141 u64 ips[0];
145 u64 mispred : 1;
146 u64 predicted : 1;
147 u64 reserved : 62;
151 u64 from;
152 u64 to;
157 u64 nr;
189 u64 branch_stack;
190 u64 default_interva
[all...]
/system/extras/puncture_fs/
H A Dpuncture_fs.c39 typedef unsigned long u64; typedef
48 static u64 get_free_space(const char * const path) {
56 return (u64)s.f_bsize * (u64)s.f_bfree;
60 static u64 get_random_num(const u64 start, const u64 end) {
65 return start + (((u64)random() << 31) | (u64)random()) % (end - start);
73 static bool create_unique_file(const char * const dir_path, const u64 siz
[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/perfprofd/quipper/original-kernel-headers/tools/perf/
H A Dperf.h178 u64 nr;
179 u64 ips[0];
183 u64 mispred:1;
184 u64 predicted:1;
185 u64 reserved:62;
189 u64 from;
190 u64 to;
195 u64 nr;
230 u64 branch_stack;
231 u64 default_interva
[all...]
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.h64 u64 get_num_blocks_used(struct f2fs_info *info);
68 int run_on_used_blocks(u64 startblock, struct f2fs_info *info, int (*func)(u64 pos, void *data), void *data);
H A Df2fs_sparseblock.c218 u64 cp1_version = 0, cp2_version = 0;
316 u64 num_segments = (info->total_blocks - info->main_blkaddr
318 u64 num_sit_blocks = (num_segments + SIT_ENTRY_PER_BLOCK - 1) / SIT_ENTRY_PER_BLOCK;
319 u64 sit_block;
347 static inline u64 sum_blk_addr(struct f2fs_checkpoint *cp, struct f2fs_info *info, int base, int type)
367 u64 blk_addr;
472 u64 get_num_blocks_used(struct f2fs_info *info)
487 int run_on_used_blocks(u64 startblock, struct f2fs_info *info, int (*func)(u64 pos, void *data), void *data) {
490 u64 sit_block_num_cu
[all...]
/system/extras/tests/storage/
H A Dwipe_blkdev.c28 typedef unsigned long long u64; typedef
38 static u64 get_block_device_size(int fd)
40 u64 size = 0;
51 static int wipe_block_device(int fd, u64 len, int secure)
53 u64 range[2];
85 u64 len;
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h76 typedef unsigned long u64; typedef
79 typedef unsigned long long u64; typedef
111 u64 len_blocks;
150 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb);
151 u64 get_block_device_size(int fd);
153 u64 get_file_size(int fd);
154 u64 parse_num(const char *arg);
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
H A Dbitops.h29 #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64))
/system/bt/stack/srvc/
H A Dsrvc_dis.cc40 #define uint64_t_TO_STREAM(p, u64) \
42 *(p)++ = (uint8_t)(u64); \
43 *(p)++ = (uint8_t)((u64) >> 8); \
44 *(p)++ = (uint8_t)((u64) >> 16); \
45 *(p)++ = (uint8_t)((u64) >> 24); \
46 *(p)++ = (uint8_t)((u64) >> 32); \
47 *(p)++ = (uint8_t)((u64) >> 40); \
48 *(p)++ = (uint8_t)((u64) >> 48); \
49 *(p)++ = (uint8_t)((u64) >> 56); \
52 #define STREAM_TO_UINT64(u64,
[all...]
/system/extras/perfprofd/quipper/
H A Dperf_reader.h26 std::vector<u64> ids;
65 u64 total_memory;
66 u64 free_memory;
184 size_t* offset, std::vector<u64>* ids);
/system/bt/stack/include/
H A Dbt_types.h259 #define UINT64_TO_BE_STREAM(p, u64) \
261 *(p)++ = (uint8_t)((u64) >> 56); \
262 *(p)++ = (uint8_t)((u64) >> 48); \
263 *(p)++ = (uint8_t)((u64) >> 40); \
264 *(p)++ = (uint8_t)((u64) >> 32); \
265 *(p)++ = (uint8_t)((u64) >> 24); \
266 *(p)++ = (uint8_t)((u64) >> 16); \
267 *(p)++ = (uint8_t)((u64) >> 8); \
268 *(p)++ = (uint8_t)(u64); \
502 #define BE_STREAM_TO_UINT64(u64,
[all...]
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
H A Dbitops.h15 #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64))

Completed in 271 milliseconds

12