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

/system/extras/ext4_utils/
H A Dextent.h23 void inode_allocate_extents(struct ext4_inode *inode, u64 len);
24 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
26 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
27 u64 backing_len);
H A Doutput_file.h20 void write_data_block(struct output_file *out, u64 off, u8 *data, int len);
21 void write_data_file(struct output_file *out, u64 off, const char *file,
23 void pad_output_file(struct output_file *out, u64 len);
H A Dbacked_block.h25 typedef void (*data_block_callback_t)(struct output_file *out, u64 off,
27 typedef void (*data_block_file_callback_t)(struct output_file *out, u64 off,
H A Dext4_utils.h43 #define __le64 u64
47 #define __be64 u64
51 #define __u64 u64
56 typedef unsigned long long u64; typedef
75 u64 len;
94 u64 len_blocks;
126 u64 get_file_size(const char *filename);
127 u64 parse_num(const char *arg);
H A Dsimg2img.c54 u64 len = (u64)blocks * blk_sz;
80 u64 len = (u64)blocks * blk_sz;
81 u64 len_save;
204 if (ftruncate(fileno(out), (u64)total_blocks * sparse_header.blk_sz)) {
H A Dcontents.h36 u32 make_file(const char *filename, u64 len);
H A Dextent.c30 u64 backing_len)
56 u64 backing_len, const char *filename)
74 struct ext4_inode *inode, u64 len)
81 u64 blocks;
162 blocks = (u64)block_len * info.block_size / 512;
178 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
179 u64 backing_len)
203 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
220 void inode_allocate_extents(struct ext4_inode *inode, u64 len)
H A Doutput_file.c52 u64 cur_out_ptr;
149 static int emit_skip_chunk(struct output_file *out, u64 skip_len)
184 static int write_chunk_raw(struct output_file *out, u64 off, u8 *data, int len)
324 void pad_output_file(struct output_file *out, u64 len)
362 void write_data_block(struct output_file *out, u64 off, u8 *data, int len)
386 void write_data_file(struct output_file *out, u64 off, const char *file,
H A Dbacked_block.c116 file_func(out, (u64)db->block * info.block_size, db->filename, db->offset, db->len);
118 data_func(out, (u64)db->block * info.block_size, db->data, db->len);
H A Dext4_utils.c100 write_data_block(out, (u64)(aux_info.first_data_block + 1) * info.block_size,
240 u64 group_start_block = aux_info.first_data_block + i *
277 u64 group_start_block = aux_info.first_data_block + i *
349 static u64 get_block_device_size(const char *filename)
352 u64 size = 0;
374 u64 get_file_size(const char *filename)
391 u64 parse_num(const char *arg)
394 u64 num = strtoull(arg, &endptr, 10);
H A Dindirect.c430 u64 blocks;
431 u64 size;
469 blocks = ((u64)block_len + 1) * info.block_size / 512;
470 size = (u64)last_block * info.block_size;
H A Dcontents.c163 u32 make_file(const char *filename, u64 len)
/system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
H A Dcu_osapi.h55 typedef unsigned long long u64; typedef

Completed in 170 milliseconds