/external/e2fsprogs/contrib/android/ |
D | block_list.c | 8 struct block_list { struct 21 struct block_list *params = malloc(sizeof(*params)); in init() argument 38 struct block_list *params = data; in start_new_file() 48 struct block_list *params = data; in add_block() 64 struct block_list *params = data; in end_new_file() 80 struct block_list *params = data; in cleanup()
|
D | e2fsdroid.c | 16 static char *block_list; variable 109 block_list = absolute_path(optarg); in main() 177 if (block_list) { in main() 178 retval = fsmap_iter_filsys(fs, &block_list_format, block_list, in main()
|
D | Android.mk | 9 block_list.c \
|
D | Android.bp | 14 "block_list.c",
|
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 245 unsigned int *block_list; in scan_inode_table() local 268 block_list = malloc(blocks * sizeof(unsigned int)); in scan_inode_table() 269 if(block_list == NULL) in scan_inode_table() 273 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks); in scan_inode_table() 281 (block_list[i]); in scan_inode_table() 285 free(block_list); in scan_inode_table() 290 block_list, blocks, inode.fragment, in scan_inode_table() 300 unsigned int *block_list; in scan_inode_table() local 324 block_list = malloc(blocks * sizeof(unsigned int)); in scan_inode_table() 325 if(block_list == NULL) in scan_inode_table() [all …]
|
D | mksquashfs.c | 317 unsigned int **block_list, long long *start, struct fragment **fragment, 329 unsigned int *block_list, long long start, struct fragment *fragment, 928 long long start_block, unsigned int offset, unsigned int *block_list, in create_inode() argument 985 size_t off = offsetof(struct squashfs_reg_inode_header, block_list); in create_inode() 999 SQUASHFS_SWAP_INTS(block_list, inode + off, offset); in create_inode() 1005 TRACE("Block %d, size %d\n", i, block_list[i]); in create_inode() 1006 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode() 1026 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list); in create_inode() 1039 SQUASHFS_SWAP_INTS(block_list, inode + off, offset); in create_inode() 1045 TRACE("Block %d, size %d\n", i, block_list[i]); in create_inode() [all …]
|
D | unsquash-2.c | 30 void read_block_list_2(unsigned int *block_list, char *block_ptr, int blocks) in read_block_list_2() argument 37 SQUASHFS_SWAP_INTS_3(block_list, sblock_list, blocks); in read_block_list_2() 39 memcpy(block_list, block_ptr, blocks * sizeof(unsigned int)); in read_block_list_2()
|
D | squashfs_fs.h | 386 unsigned int block_list[0]; member 403 unsigned int block_list[0]; member
|
D | mksquashfs.h | 85 unsigned int *block_list; member
|
D | squashfs_compat.h | 127 unsigned short block_list[0]; member 142 unsigned short block_list[0]; member 487 unsigned short block_list[0]; member 622 unsigned short block_list[0]; member
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 332 struct block_list struct 335 struct block_list *next; argument 339 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \ 351 struct block_list *old = list; \ 432 struct block_list *block_list = NULL; in DCIGETTEXT() local 542 ADD_BLOCK (block_list, dirname); in DCIGETTEXT() 568 ADD_BLOCK (block_list, xdomainname); in DCIGETTEXT() 576 ADD_BLOCK (block_list, single_locale); in DCIGETTEXT() 644 FREE_BLOCKS (block_list); in DCIGETTEXT() 697 FREE_BLOCKS (block_list); in DCIGETTEXT()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_cfg.h | 297 struct exec_list block_list; member 321 foreach_list_typed (bblock_t, __block, link, &(__cfg)->block_list) 324 foreach_list_typed_reverse (bblock_t, __block, link, &(__cfg)->block_list) 327 foreach_list_typed_safe (bblock_t, __block, link, &(__cfg)->block_list) 330 foreach_list_typed_reverse_safe (bblock_t, __block, link, &(__cfg)->block_list)
|
/external/valgrind/gdbserver_tests/ |
D | mcblocklistsearch.stdinB.gdb | 27 monitor block_list 6 29 monitor block_list 7
|
D | mcblocklistsearch.vgtest | 1 # test the memcheck block_list and search monitor commands.
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_depth.c | 166 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in ir3_depth() 172 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in ir3_depth()
|
D | ir3_legalize.c | 337 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) in resolve_jumps() 378 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in mark_convergence_points() 397 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in ir3_legalize()
|
D | ir3_ra.c | 549 list_for_each_entry (struct ir3_block, block, &ctx->ir->block_list, node) { in ra_init() 553 list_for_each_entry (struct ir3_block, block, &ctx->ir->block_list, node) { in ra_init() 776 list_for_each_entry (struct ir3_block, block, &ctx->ir->block_list, node) { in ra_compute_livein_liveout() 846 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in ra_add_interference() 856 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in ra_add_interference() 867 list_for_each_entry (struct ir3_block, block, &ir->block_list, node) { in ra_add_interference() 1103 list_for_each_entry (struct ir3_block, block, &ctx->ir->block_list, node) { in ra_alloc()
|
/external/e2fsprogs/debugfs/ |
D | do_journal.c | 264 blk64_t *block_list, size_t block_len, in journal_add_blocks_to_trans() argument 342 if (block_list[i] >= in journal_add_blocks_to_trans() 349 jdbt->t_blocknr = ext2fs_cpu_to_be32(block_list[i] & 0xFFFFFFFF); in journal_add_blocks_to_trans() 366 jdbt->t_blocknr_high = ext2fs_cpu_to_be32(block_list[i] >> 32); in journal_add_blocks_to_trans() 376 block_list[i], curr_blk, data_bh->b_blocknr, in journal_add_blocks_to_trans() 498 int flags, blk64_t *block_list, in journal_write() argument 516 err = journal_add_blocks_to_trans(&trans, block_list, block_len, fp); in journal_write()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 53 int readahead_blks, char *block_list, 1280 static int read_block_index(struct super_block *s, int blocks, char *block_list, in read_block_index() argument 1296 SQUASHFS_SWAP_INTS(((unsigned int *)block_list), in read_block_index() 1299 if (!squashfs_get_cached_block(s, block_list, *start_block, in read_block_index() 1306 for (block_listp = (unsigned int *) block_list; blocks; in read_block_index() 1327 long long *data_block, char *block_list) in get_meta_index() argument 1372 block_list, &cur_index_block, in get_meta_index() 1410 int readahead_blks, char *block_list, in read_blocklist() argument 1417 block_list); in read_blocklist() 1430 int res = read_block_index(inode->i_sb, blocks, block_list, in read_blocklist() [all …]
|
/external/python/cpython2/Objects/ |
D | intobject.c | 44 static PyIntBlock *block_list = NULL; variable 55 ((PyIntBlock *)p)->next = block_list; in fill_free_list() 56 block_list = (PyIntBlock *)p; in fill_free_list() 1478 list = block_list; in PyInt_ClearFreeList() 1479 block_list = NULL; in PyInt_ClearFreeList() 1491 list->next = block_list; in PyInt_ClearFreeList() 1492 block_list = list; in PyInt_ClearFreeList() 1555 list = block_list; in PyInt_Fini()
|
D | floatobject.c | 35 static PyFloatBlock *block_list = NULL; variable 46 ((PyFloatBlock *)p)->next = block_list; in fill_free_list() 47 block_list = (PyFloatBlock *)p; in fill_free_list() 2223 list = block_list; in PyFloat_ClearFreeList() 2224 block_list = NULL; in PyFloat_ClearFreeList() 2236 list->next = block_list; in PyFloat_ClearFreeList() 2237 block_list = list; in PyFloat_ClearFreeList() 2280 list = block_list; in PyFloat_Fini()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs_sb.h | 72 index, int readahead_blks, char *block_list,
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 972 const unsigned* block_list, in pdb_ds_read() argument 991 pdb->pdbimage + block_list[i] * blocksize, in pdb_ds_read() 998 const unsigned short* block_list, in pdb_jg_read() argument 1012 pdb->pdbimage + block_list[i]*blocksize, blocksize ); in pdb_jg_read() 1037 unsigned i, *block_list; in pdb_ds_read_file() local 1044 block_list in pdb_ds_read_file() 1047 block_list += (reader->u.ds.toc->file_size[i] in pdb_ds_read_file() 1053 return pdb_ds_read( reader, block_list, in pdb_ds_read_file() 1066 unsigned short* block_list; in pdb_jg_read_file() local 1071 block_list in pdb_jg_read_file() [all …]
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 298 __le16 block_list[0]; member 315 __le16 block_list[0]; member
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs.h | 299 __le16 block_list[0]; member 316 __le16 block_list[0]; member
|