/aosp_15_r20/external/squashfs-tools/kernel-2.4/include/linux/ |
H A D | squashfs_fs.h | 247 unsigned int start_block; member 284 squashfs_block_t start_block; member 294 squashfs_block_t start_block; member 306 unsigned int start_block; member 315 unsigned int start_block; member 342 unsigned int start_block; member 347 long long start_block; member 597 unsigned int start_block; member 610 unsigned int start_block:24; member 672 unsigned int start_block:29; member [all …]
|
H A D | squashfs_fs_i.h | 27 long long start_block; member
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | squashfs_compat.h | 69 unsigned int start_block; member 123 squashfs_block start_block; member 138 squashfs_block start_block; member 155 unsigned int start_block; member 169 unsigned int start_block; member 196 unsigned int start_block; member 201 long long start_block; member 485 unsigned int start_block; member 498 unsigned int start_block:24; member 576 unsigned int start_block:29; member [all …]
|
H A D | squashfs_fs.h | 306 unsigned int start_block; member 383 unsigned int start_block; member 397 squashfs_block start_block; member 414 unsigned int start_block; member 430 unsigned int start_block; member 461 unsigned int start_block; member 466 long long start_block; member
|
H A D | unsquash-2.c | 118 void read_fragment_2(unsigned int fragment, long long *start_block, int *size) in read_fragment_2() 128 struct inode *read_inode_2(unsigned int start_block, unsigned int offset) in read_inode_2()
|
H A D | unsquash-4.c | 85 void read_fragment_4(unsigned int fragment, long long *start_block, int *size) in read_fragment_4() 97 struct inode *read_inode_4(unsigned int start_block, unsigned int offset) in read_inode_4()
|
H A D | unsquash-3.c | 105 void read_fragment_3(unsigned int fragment, long long *start_block, int *size) in read_fragment_3() 115 struct inode *read_inode_3(unsigned int start_block, unsigned int offset) in read_inode_3()
|
H A D | unsquashfs.c | 1236 int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_block, in squashfs_readdir() 1483 void pre_scan(char *parent_name, unsigned int start_block, unsigned int offset, in pre_scan() 1535 void dir_scan(char *parent_name, unsigned int start_block, unsigned int offset, in dir_scan()
|
/aosp_15_r20/external/squashfs-tools/kernel/include/linux/ |
H A D | squashfs_fs.h | 240 __le32 start_block; member 294 __le32 start_block; member 308 __le64 start_block; member 325 __le32 start_block; member 341 __le32 start_block; member 370 __le32 start_block; member 375 __le64 start_block; member
|
/aosp_15_r20/external/squashfs-tools/kernel/fs/squashfs/ |
H A D | squashfs_fs.h | 241 __le32 start_block; member 295 __le32 start_block; member 309 __le64 start_block; member 326 __le32 start_block; member 342 __le32 start_block; member 371 __le32 start_block; member 376 __le64 start_block; member
|
H A D | cache.c | 371 u64 start_block, int length) in squashfs_get_fragment() 386 u64 start_block, int length) in squashfs_get_datablock()
|
H A D | id.c | 53 u64 start_block = le64_to_cpu(msblk->id_table[block]); in squashfs_get_id() local
|
H A D | fragment.c | 56 u64 start_block = le64_to_cpu(msblk->fragment_index[block]); in squashfs_frag_lookup() local
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | extent_ranges.cc | 246 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange() 256 uint64_t start_block = start_bytes / block_size; in ExtentForBytes() local 376 const auto start_block = in GetOverlapExtent() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_move_varying_inputs.c | 31 nir_block *start_block; member 37 nir_block *start_block; member
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 497 BasicBlock* start_block = context()->get_instr_block(start_block_id); in FindFirstExitFromSelectionMerge() local 630 BasicBlock* start_block = context()->get_instr_block(switch_header_id); in SwitchHasNestedBreak() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dead_branch_elim_pass.cpp | 497 BasicBlock* start_block = context()->get_instr_block(start_block_id); in FindFirstExitFromSelectionMerge() local 630 BasicBlock* start_block = context()->get_instr_block(switch_header_id); in SwitchHasNestedBreak() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dead_branch_elim_pass.cpp | 497 BasicBlock* start_block = context()->get_instr_block(start_block_id); in FindFirstExitFromSelectionMerge() local 630 BasicBlock* start_block = context()->get_instr_block(switch_header_id); in SwitchHasNestedBreak() local
|
/aosp_15_r20/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
H A D | inode.c | 379 long long start_block = in get_fragment_location() local 421 *s, long long start_block, in get_cached_fragment() 1281 long long *start_block, int *offset) in read_block_index()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_reuse_constants.c | 18 nir_block *start_block = nir_start_block(impl); in nir_opt_reuse_constants() local
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | addr.cc | 11 int Addr::start_block() const { in start_block() function in disk_cache::Addr
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | clear_profiling.cpp | 15 void unprofileBlock(Block* start_block) { in unprofileBlock()
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/ |
H A D | v4l2-common.h | 50 __u32 start_block; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/ |
D | v4l2-common.h | 35 __u32 start_block; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | v4l2-common.h | 23 __u32 start_block; member
|