HomeSort by relevance Sort by last modified time
    Searched defs:block_list (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 98 exec_list block_list; member in class:fs_cfg
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
alloc-pool.h 53 alloc_pool_list block_list; member in struct:alloc_pool_def
  /external/squashfs-tools/squashfs-tools/
read_fs.c 245 unsigned int *block_list; local
268 block_list = malloc(blocks * sizeof(unsigned int));
269 if(block_list == NULL)
273 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks);
281 (block_list[i]);
285 free(block_list);
290 block_list, blocks, inode.fragment,
300 unsigned int *block_list; local
324 block_list = malloc(blocks * sizeof(unsigned int));
325 if(block_list == NULL
    [all...]
mksquashfs.h 85 unsigned int *block_list; member in struct:file_info
squashfs_compat.h 127 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_3
142 unsigned short block_list[0]; member in struct:squashfs_lreg_inode_header_3
487 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_1
622 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_2
squashfs_fs.h 386 unsigned int block_list[0]; member in struct:squashfs_reg_inode_header
403 unsigned int block_list[0]; member in struct:squashfs_lreg_inode_header
unsquashfs.c 1002 unsigned int *block_list; local
1016 block_list = malloc(inode->blocks * sizeof(unsigned int));
1017 if(block_list == NULL)
1020 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks);
1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
1038 if(block_list[i] == 0) /* sparse block */
1042 block_list[i]);
1062 free(block_list);
    [all...]
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,
943 size_t off = offsetof(struct squashfs_reg_inode_header, block_list);
957 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
963 TRACE("Block %d, size %d\n", i, block_list[i]);
964 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
984 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list);
997 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1003 TRACE("Block %d, size %d\n", i, block_list[i])
1845 unsigned int *block_list = block_listp; local
2571 unsigned int *block_list = NULL; local
2665 unsigned int *block_list, *block_listp; local
2804 unsigned int *block_list; local
    [all...]
  /system/extras/ext4_utils/
ext4fixup.c 352 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list,
361 block_list[i] = inode->i_block[i];
375 unsigned long long *block_list, unsigned int *count)
391 block_list[EXT4_NDIR_BLOCKS+i] = indirect_block[i];
401 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list)
405 if (get_direct_blocks(inode, block_list, &count)) {
406 get_indirect_blocks(fd, inode, block_list, &count);
412 static int get_extent_ents(struct ext4_extent_header *ext_hdr, unsigned long long *block_list)
430 block_list[extent->ee_block+j] = fs_block_num+j;
438 static int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list)
487 get_extent_idx(fd, (struct ext4_extent_header *)inode->i_block, block_list); local
522 unsigned long long *block_list; local
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 332 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_locale)
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 331 struct block_list struct
334 struct block_list *next;
338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
350 struct block_list *old = list; \
436 struct block_list *block_list = NULL; local
546 ADD_BLOCK (block_list, dirname);
572 ADD_BLOCK (block_list, xdomainname);
580 ADD_BLOCK (block_list, single_locale)
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 299 __le16 block_list[0]; member in struct:squashfs_reg_inode
316 __le16 block_list[0]; member in struct:squashfs_lreg_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 298 __le16 block_list[0]; member in struct:squashfs_reg_inode
315 __le16 block_list[0]; member in struct:squashfs_lreg_inode
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 53 int readahead_blks, char *block_list,
1455 unsigned char block_list[SIZE]; local
1572 unsigned char block_list[SIZE]; local
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1258 ListNode * const block_list = get_allocated_blocks_list(); local
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 288 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header
298 unsigned short block_list[0]; member in struct:squashfs_lreg_inode_header
599 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_1
718 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_2
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 972 const unsigned* block_list,
991 pdb->pdbimage + block_list[i] * blocksize,
998 const unsigned short* block_list,
1004 //VG_(printf)("pdb_read %p %p %d\n", pdb, block_list, size);
1012 pdb->pdbimage + block_list[i]*blocksize, blocksize );
1037 unsigned i, *block_list; local
1044 block_list
1047 block_list += (reader->u.ds.toc->file_size[i]
1053 return pdb_ds_read( reader, block_list,
1066 unsigned short* block_list; local
    [all...]

Completed in 364 milliseconds