/external/qemu/distrib/ext4_utils/src/ |
D | ext4fixup.c | 453 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list, in get_direct_blocks() argument 462 block_list[i] = inode->i_block[i]; in get_direct_blocks() 476 unsigned long long *block_list, unsigned int *count) in get_indirect_blocks() argument 492 block_list[EXT4_NDIR_BLOCKS+i] = indirect_block[i]; in get_indirect_blocks() 502 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list) in get_block_list_indirect() argument 506 if (get_direct_blocks(inode, block_list, &count)) { in get_block_list_indirect() 507 get_indirect_blocks(fd, inode, block_list, &count); in get_block_list_indirect() 513 static int get_extent_ents(struct ext4_extent_header *ext_hdr, unsigned long long *block_list) in get_extent_ents() argument 531 block_list[extent->ee_block+j] = fs_block_num+j; in get_extent_ents() 539 …atic int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list) in get_extent_idx() argument [all …]
|
/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/valgrind/main/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.
|
D | mchelp.stdoutB.exp | 39 block_list <loss_record_nr> 98 block_list <loss_record_nr>
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_fs_cfg.cpp | 72 block_list.make_empty(); in fs_cfg() 235 block_list.push_tail(block->make_list(mem_ctx)); in set_next_block() 245 foreach_list(block_node, &block_list) { in make_block_array()
|
D | brw_fs_cfg.h | 98 exec_list block_list; variable
|
D | brw_fs_emit.cpp | 750 foreach_list(node, &cfg->block_list) { in generate_code() 1021 foreach_list(node, &cfg->block_list) { in generate_code()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_cfg.cpp | 72 block_list.make_empty(); in fs_cfg() 235 block_list.push_tail(block->make_list(mem_ctx)); in set_next_block() 245 foreach_list(block_node, &block_list) { in make_block_array()
|
D | brw_fs_cfg.h | 98 exec_list block_list; variable
|
D | brw_fs_emit.cpp | 750 foreach_list(node, &cfg->block_list) { in generate_code() 1021 foreach_list(node, &cfg->block_list) { in generate_code()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readpdb.c | 970 unsigned* block_list, in pdb_ds_read() argument 989 pdb->pdbimage + block_list[i] * blocksize, in pdb_ds_read() 996 unsigned short* block_list, in pdb_jg_read() argument 1010 pdb->pdbimage + block_list[i]*blocksize, blocksize ); in pdb_jg_read() 1035 unsigned i, *block_list; in pdb_ds_read_file() local 1042 block_list in pdb_ds_read_file() 1045 block_list += (reader->u.ds.toc->file_size[i] in pdb_ds_read_file() 1051 return pdb_ds_read( reader, block_list, in pdb_ds_read_file() 1064 unsigned short* block_list; in pdb_jg_read_file() local 1069 block_list in pdb_jg_read_file() [all …]
|
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 227 static Bool in_block_list (VgHashTable block_list, MC_Chunk* mc) in in_block_list() argument 229 MC_Chunk* found_mc = VG_(HT_lookup) ( block_list, (UWord)mc->data ); in in_block_list()
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 1258 ListNode * const block_list = get_allocated_blocks_list(); in _test_malloc() local 1280 list_add(block_list, &block_info->node); in _test_malloc()
|
/external/valgrind/main/ |
D | NEWS | 637 - Addition of GDB server monitor command 'block_list' that lists
|