Searched refs:block_list (Results 1 - 12 of 12) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup.c453 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list, argument
462 block_list[i] = inode->i_block[i];
476 unsigned long long *block_list, unsigned int *count)
492 block_list[EXT4_NDIR_BLOCKS+i] = indirect_block[i];
502 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list) argument
506 if (get_direct_blocks(inode, block_list, &count)) {
507 get_indirect_blocks(fd, inode, block_list, &count);
513 static int get_extent_ents(struct ext4_extent_header *ext_hdr, unsigned long long *block_list) argument
531 block_list[extent->ee_block+j] = fs_block_num+j;
539 static int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list) argument
475 get_indirect_blocks(int fd, struct ext4_inode *inode, unsigned long long *block_list, unsigned int *count) argument
572 get_block_list_extents(int fd, struct ext4_inode *inode, unsigned long long *block_list) argument
588 get_extent_idx(fd, (struct ext4_extent_header *)inode->i_block, block_list); local
623 unsigned long long *block_list; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h98 exec_list block_list; member in class:fs_cfg
H A Dbrw_fs_cfg.cpp72 block_list.make_empty();
235 block_list.push_tail(block->make_list(mem_ctx));
245 foreach_list(block_node, &block_list) {
H A Dbrw_fs_emit.cpp750 foreach_list(node, &cfg->block_list) {
1021 foreach_list(node, &cfg->block_list) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cfg.h98 exec_list block_list; member in class:fs_cfg
H A Dbrw_fs_cfg.cpp72 block_list.make_empty();
235 block_list.push_tail(block->make_list(mem_ctx));
245 foreach_list(block_node, &block_list) {
H A Dbrw_fs_emit.cpp750 foreach_list(node, &cfg->block_list) {
1021 foreach_list(node, &cfg->block_list) {
/external/e2fsprogs/intl/
H A Ddcigettext.c332 struct block_list struct
335 struct block_list *next;
339 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
351 struct block_list *old = list; \
432 struct block_list *block_list = NULL; local
542 ADD_BLOCK (block_list, dirname);
568 ADD_BLOCK (block_list, xdomainname);
576 ADD_BLOCK (block_list, single_local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c970 unsigned* block_list,
989 pdb->pdbimage + block_list[i] * blocksize,
996 unsigned short* block_list,
1002 //VG_(printf)("pdb_read %p %p %d\n", pdb, block_list, size);
1010 pdb->pdbimage + block_list[i]*blocksize, blocksize );
1035 unsigned i, *block_list; local
1042 block_list
1045 block_list += (reader->u.ds.toc->file_size[i]
1051 return pdb_ds_read( reader, block_list,
1064 unsigned short* block_list; local
969 pdb_ds_read( struct pdb_reader* pdb, unsigned* block_list, unsigned size ) argument
995 pdb_jg_read( struct pdb_reader* pdb, unsigned short* block_list, int size ) argument
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp39 block_list <loss_record_nr>
98 block_list <loss_record_nr>
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c227 static Bool in_block_list (VgHashTable block_list, MC_Chunk* mc) argument
229 MC_Chunk* found_mc = VG_(HT_lookup) ( block_list, (UWord)mc->data );
235 this address will be twice in the block_list.
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1258 ListNode * const block_list = get_allocated_blocks_list(); local
1280 list_add(block_list, &block_info->node);

Completed in 3714 milliseconds