/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 | 311 unsigned int **block_list, long long *start, struct fragment **fragment, 323 unsigned int *block_list, long long start, struct fragment *fragment, 886 long long start_block, unsigned int offset, unsigned int *block_list, in create_inode() argument 943 size_t off = offsetof(struct squashfs_reg_inode_header, block_list); in create_inode() 957 SQUASHFS_SWAP_INTS(block_list, inode + off, offset); in create_inode() 963 TRACE("Block %d, size %d\n", i, block_list[i]); in create_inode() 964 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode() 984 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list); in create_inode() 997 SQUASHFS_SWAP_INTS(block_list, inode + off, offset); in create_inode() 1003 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
|
D | unsquash-1.c | 28 void read_block_list_1(unsigned int *block_list, char *block_ptr, int blocks) in read_block_list_1() argument 42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) | in read_block_list_1()
|
D | unsquashfs.h | 110 void (*read_block_list)(unsigned int *block_list, char *block_ptr,
|
D | unsquashfs.c | 1002 unsigned int *block_list; in write_file() local 1016 block_list = malloc(inode->blocks * sizeof(unsigned int)); in write_file() 1017 if(block_list == NULL) in write_file() 1020 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks); in write_file() 1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in write_file() 1038 if(block_list[i] == 0) /* sparse block */ in write_file() 1042 block_list[i]); in write_file() 1062 free(block_list); in write_file()
|
/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/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 | 44 block_list <loss_record_nr>|<loss_record_nr_from>..<loss_record_nr_to> 113 block_list <loss_record_nr>|<loss_record_nr_from>..<loss_record_nr_to>
|
/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/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/autotest/client/tests/kvm/tests/ |
D | multi_disk.py | 32 block_list = params.get("block_list").split() 52 if disk.strip() in block_list:
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs_sb.h | 72 index, int readahead_blks, char *block_list,
|
D | squashfs_fs.h | 288 unsigned short block_list[0]; member 298 unsigned short block_list[0]; member 599 unsigned short block_list[0]; member 718 unsigned short block_list[0]; member
|
/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
|
/external/valgrind/memcheck/ |
D | mc_malloc_wrappers.c | 227 static Bool in_block_list (const 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()
|