Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 32) sorted by relevance

12

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
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 id;
[all …]
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_offset;
Dtypes.h21 typedef uint64_t u64; typedef
33 u64 val64;
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
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 id;
[all …]
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_offset;
[all …]
Dtypes.h10 typedef uint64_t u64; typedef
20 u64 val64;
/system/core/libmincrypt/
Dp256_ec.c46 typedef uint64_t u64; typedef
291 static void felem_reduce_degree(felem out, u64 tmp[17]) { in felem_reduce_degree()
481 u64 tmp[17]; in felem_square()
483 tmp[0] = ((u64) in[0]) * in[0]; in felem_square()
484 tmp[1] = ((u64) in[0]) * (in[1] << 1); in felem_square()
485 tmp[2] = ((u64) in[0]) * (in[2] << 1) + in felem_square()
486 ((u64) in[1]) * (in[1] << 1); in felem_square()
487 tmp[3] = ((u64) in[0]) * (in[3] << 1) + in felem_square()
488 ((u64) in[1]) * (in[2] << 1); in felem_square()
489 tmp[4] = ((u64) in[0]) * (in[4] << 1) + in felem_square()
[all …]
/system/extras/puncture_fs/
Dpuncture_fs.c39 typedef unsigned long u64; typedef
48 static u64 get_free_space(const char * const path) { in get_free_space()
56 return (u64)s.f_bsize * (u64)s.f_bfree; in get_free_space()
60 static u64 get_random_num(const u64 start, const u64 end) { in get_random_num()
65 return start + (((u64)random() << 31) | (u64)random()) % (end - start); in get_random_num()
73 static bool create_unique_file(const char * const dir_path, const u64 size, in create_unique_file()
74 const u64 id, char * const base, in create_unique_file()
75 const u64 base_length) { in create_unique_file()
76 u64 length = 0; in create_unique_file()
139 static bool puncture_fs (const char * const path, const u64 total_size, in puncture_fs()
[all …]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/
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_interval;
[all …]
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
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_interval;
[all …]
/system/extras/ext4_utils/
Dextent.h23 void inode_allocate_extents(struct ext4_inode *inode, u64 len);
25 struct ext4_inode *inode, u64 len, const char *filename);
26 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
27 u64 backing_len);
Dext4_utils.h74 typedef unsigned long u64; typedef
77 typedef unsigned long long u64; typedef
109 u64 len_blocks;
148 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb);
149 u64 get_block_device_size(int fd);
151 u64 get_file_size(int fd);
152 u64 parse_num(const char *arg);
Dextent.c30 u64 backing_len) in extent_create_backing()
56 u64 backing_len, const char *filename) in extent_create_backing_file()
75 struct ext4_inode *inode, u64 len, struct block_allocation *prealloc) in do_inode_allocate_extents()
82 u64 blocks; in do_inode_allocate_extents()
184 blocks = (u64)block_len * info.block_size / 512; in do_inode_allocate_extents()
200 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len, in inode_allocate_data_extents()
201 u64 backing_len) in inode_allocate_data_extents()
225 struct block_allocation* inode_allocate_file_extents(struct ext4_inode *inode, u64 len, in inode_allocate_file_extents()
258 void inode_allocate_extents(struct ext4_inode *inode, u64 len) in inode_allocate_extents()
Dext2simg.c76 ret = lseek64(fd, (u64)info.block_size * aux_info.bg_desc[i].bg_block_bitmap, in build_sparse_ext()
95 (u64)info.block_size * start_block, in build_sparse_ext()
109 (u64)info.block_size * start_block, in build_sparse_ext()
Dext4_utils.c361 u64 group_start_block = aux_info.first_data_block + i * in ext4_fill_in_sb()
401 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb) in ext4_queue_sb()
438 u64 group_start_block = aux_info.first_data_block + i * in ext4_create_resize_inode()
518 u64 get_block_device_size(int fd) in get_block_device_size()
520 u64 size = 0; in get_block_device_size()
552 u64 get_file_size(int fd) in get_file_size()
556 u64 reserve_len = 0; in get_file_size()
581 u64 parse_num(const char *arg) in parse_num()
584 u64 num = strtoull(arg, &endptr, 10); in parse_num()
Dwipe.c37 u64 range[2]; in wipe_block_device()
Dcontents.h38 u32 make_file(const char *filename, u64 len);
/system/extras/tests/storage/
Dwipe_blkdev.c28 typedef unsigned long long u64; typedef
38 static u64 get_block_device_size(int fd) in get_block_device_size()
40 u64 size = 0; in get_block_device_size()
51 static int wipe_block_device(int fd, u64 len, int secure) in wipe_block_device()
53 u64 range[2]; in wipe_block_device()
85 u64 len; in main()
/system/core/libsparse/
Dsparse_defs.h23 #define __le64 u64
27 #define __be64 u64
31 #define __u64 u64
36 typedef unsigned long long u64; typedef
/system/extras/f2fs_utils/
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), vo…
Df2fs_sparseblock.c216 u64 cp1_version = 0, cp2_version = 0; in validate_checkpoint()
314 u64 num_segments = (info->total_blocks - info->main_blkaddr in gather_sit_info()
316 u64 num_sit_blocks = (num_segments + SIT_ENTRY_PER_BLOCK - 1) / SIT_ENTRY_PER_BLOCK; in gather_sit_info()
317 u64 sit_block; in gather_sit_info()
345 static inline u64 sum_blk_addr(struct f2fs_checkpoint *cp, struct f2fs_info *info, int base, int ty… in sum_blk_addr()
365 u64 blk_addr; in get_sit_summary()
470 u64 get_num_blocks_used(struct f2fs_info *info) in get_num_blocks_used()
485 int run_on_used_blocks(u64 startblock, struct f2fs_info *info, int (*func)(u64 pos, void *data), vo… in run_on_used_blocks()
488 u64 sit_block_num_cur = 0, segnum = 0, block_offset; in run_on_used_blocks()
489 u64 block; in run_on_used_blocks()
[all …]
/system/bt/stack/srvc/
Dsrvc_dis.c39 …NT64_TO_STREAM(p, u64) {*(p)++ = (UINT8)(u64); *(p)++ = (UINT8)((u64) >> 8);*(p)++ = (UINT8)… argument
40 …*(p)++ = (UINT8)((u64) >> 32); *(p)++ = (UINT8)((u64) >> 40);*(p)++ = (UINT8)((u64) >> 48); *(p)++…
42 #define STREAM_TO_UINT64(u64, p) {u64 = (((UINT64)(*(p))) + ((((UINT64)(*((p) + 1)))) << 8) + ((((U… argument
/system/bt/stack/include/
Dbt_types.h235 …TO_BE_STREAM(p, u64) {*(p)++ = (UINT8)((u64) >> 56); *(p)++ = (UINT8)((u64) >> 48); *(p)++ = (UIN… argument
236 …*(p)++ = (UINT8)((u64) >> 24); *(p)++ = (UINT8)((u64) >> 16); *(p)++ = (UINT8)((u64) >> 8); *(p)+…
291 #define BE_STREAM_TO_UINT64(u64, p) {u64 = ((UINT64)(*((p) + 7)) + ((UINT64)(*((p) + 6)) << 8) + \ argument
/system/extras/perfprofd/quipper/
Dperf_reader.h26 std::vector<u64> ids;
65 u64 total_memory;
66 u64 free_memory;
184 size_t* offset, std::vector<u64>* ids);
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
Dbitops.h29 #define BITS_TO_U64(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(u64))

12