HomeSort by relevance Sort by last modified time
    Searched defs:start_block (Results 1 - 25 of 37) sorted by null

1 2

  /external/squashfs-tools/kernel/fs/squashfs/
id.c 53 u64 start_block = le64_to_cpu(msblk->id_table[block]); local
57 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset,
fragment.c 56 u64 start_block = le64_to_cpu(msblk->fragment_index[block]); local
60 size = squashfs_read_metadata(sb, &fragment_entry, &start_block,
65 *fragment_block = le64_to_cpu(fragment_entry.start_block);
squashfs_fs.h 241 __le32 start_block; member in struct:squashfs_dir_index
295 __le32 start_block; member in struct:squashfs_reg_inode
309 __le64 start_block; member in struct:squashfs_lreg_inode
326 __le32 start_block; member in struct:squashfs_dir_inode
342 __le32 start_block; member in struct:squashfs_ldir_inode
371 __le32 start_block; member in struct:squashfs_dir_header
376 __le64 start_block; member in struct:squashfs_fragment_entry
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_i.h 27 long long start_block; member in struct:squashfs_inode_info
  /bionic/libc/kernel/uapi/linux/
v4l2-common.h 44 __u32 start_block; member in struct:v4l2_edid
  /external/kernel-headers/original/uapi/linux/
v4l2-common.h 102 __u32 start_block; member in struct:v4l2_edid
  /external/mesa3d/src/compiler/nir/
nir_dominance.c 189 nir_block *start_block = nir_start_block(impl); local
190 start_block->imm_dom = NULL;
195 calc_dfs_indicies(start_block, &dfs_index);
  /hardware/qcom/msm8996/kernel-headers/linux/
v4l2-common.h 49 __u32 start_block; member in struct:v4l2_edid
  /hardware/qcom/msm8996/original-kernel-headers/linux/
v4l2-common.h 75 __u32 start_block; member in struct:v4l2_edid
  /system/update_engine/payload_generator/
full_update_generator.cc 162 size_t start_block = i * chunk_blocks; local
173 dst_extent->set_start_block(start_block);
179 static_cast<off_t>(start_block) * config.block_size,
squashfs_filesystem.cc 50 uint64_t start_block = start_bytes / block_size; local
52 return ExtentForRange(start_block, end_block - start_block);
157 return a.extents[0].start_block() < b.extents[0].start_block();
165 auto first_begin = first->extents[0].start_block();
167 auto second_begin = second->extents[0].start_block();
211 return a.extents[0].start_block() < b.extents[0].start_block();
delta_diff_utils.cc 88 uint64_t start_block = (*extents)[idx].start_block(); local
102 (*extents)[idx].set_start_block(start_block + range_size);
108 e.set_start_block(start_block + range_end);
139 do_remove = ((*src_extents)[src_idx].start_block() + src_offset ==
140 (*dst_extents)[dst_idx].start_block() + dst_offset);
533 op_dst_extent->set_start_block(extent.start_block() + op_block_offset);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_emit.c 584 struct qblock *start_block = list_first_entry(&c->blocks, local
595 queue(start_block, qpu_load_imm_ui(qpu_vwsetup(), 0x00001a00));
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 105 long long start_block; local
174 start_block = disk_fragment->start_block;
184 res = read_filesystem(fd, start_block, size, data_buffer);
201 res = read_filesystem(fd, start_block, size, buffer->data);
unsquashfs.h 107 void (*read_fragment)(unsigned int fragment, long long *start_block,
112 struct inode *(*read_inode)(unsigned int start_block,
176 unsigned int start_block; member in struct:dir_ent
squashfs_compat.h 69 unsigned int start_block; member in struct:squashfs_dir_index_3
123 squashfs_block start_block; member in struct:squashfs_reg_inode_header_3
138 squashfs_block start_block; member in struct:squashfs_lreg_inode_header_3
155 unsigned int start_block; member in struct:squashfs_dir_inode_header_3
169 unsigned int start_block; member in struct:squashfs_ldir_inode_header_3
196 unsigned int start_block; member in struct:squashfs_dir_header_3
201 long long start_block; member in struct:squashfs_fragment_entry_3
307 SQUASHFS_SWAP((s)->start_block, d, 96, 64);\
318 SQUASHFS_SWAP((s)->start_block, d, 128, 64);\
331 SQUASHFS_SWAP((s)->start_block, d, 160, 32);
485 unsigned int start_block; member in struct:squashfs_reg_inode_header_1
498 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_1
576 unsigned int start_block:29; member in struct:squashfs_dir_index_2
618 unsigned int start_block; member in struct:squashfs_reg_inode_header_2
633 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_2
644 unsigned int start_block:24; member in struct:squashfs_ldir_inode_header_2
661 unsigned int start_block:24; member in struct:squashfs_dir_header_2
672 unsigned int start_block; member in struct:squashfs_fragment_entry_2
    [all...]
  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 157 OI_UINT start_block = local
159 OI_SBC_SynthFrame(context, pcmData, start_block, decode_block_count);
  /external/autotest/client/tests/disktest/src/
disktest.c 34 unsigned int start_block = 0; variable
120 block, start_block, start_block+blocks,
126 block, start_block, start_block+blocks,
155 block = start_block + (unsigned int)(random() % blocks);
160 for (block = start_block; block < start_block + blocks; block++)
199 block = start_block + (unsigned int)(random() % blocks);
206 for (block = start_block; block < start_block + blocks; block++
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 102 long long start_block = local
111 start_block, offset,
112 sizeof(sfragment_entry), &start_block,
118 start_block, offset,
119 sizeof(fragment_entry), &start_block,
123 *fragment_start_block = fragment_entry.start_block;
231 SQUASHFS_I(i)->start_block = inodep->start_block;
239 TRACE("File inode %x:%x, start_block %x, "
242 inodep->start_block, next_block
    [all...]
inode.c 379 long long start_block = local
388 start_block, offset,
389 sizeof(sfragment_entry), &start_block,
395 start_block, offset,
396 sizeof(fragment_entry), &start_block,
400 *fragment_start_block = fragment_entry.start_block;
421 *s, long long start_block,
431 msblk->fragment[i].block != start_block; i++);
471 start_block, length, NULL))) {
473 "[%llx]\n", start_block);
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 408 bfd_boolean (*start_block) (void *, bfd_vma); member in struct:debug_write_fns
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 109 struct vtn_block *start_block; member in struct:vtn_case
160 struct vtn_block *start_block; member in struct:vtn_function
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 240 __le32 start_block; member in struct:squashfs_dir_index
294 __le32 start_block; member in struct:squashfs_reg_inode
308 __le64 start_block; member in struct:squashfs_lreg_inode
325 __le32 start_block; member in struct:squashfs_dir_inode
341 __le32 start_block; member in struct:squashfs_ldir_inode
370 __le32 start_block; member in struct:squashfs_dir_header
375 __le64 start_block; member in struct:squashfs_fragment_entry
  /external/syslinux/utils/
isohybrid.c 198 uint32_t start_block; /* absolute starting block # of partition */ member in struct:apple_part_header
898 part->start_block = bendian_int(1);
910 part->start_block = bendian_int(efi_lba);
924 part->start_block = bendian_int(mac_lba);
934 part->start_block = bendian_int((start/2048) + 10);
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 773 void DataFlowGraph::DefStack::start_block(NodeId N) { function in class:DataFlowGraph::DefStack
983 I->second.start_block(B);
    [all...]

Completed in 526 milliseconds

1 2