Searched defs:start_block (Results 1 – 14 of 14) sorted by relevance
/system/extras/ext4_utils/ |
D | ext2simg.c | 91 u32 start_block = first_block + start_contiguous_block; in build_sparse_ext() local 106 u32 start_block = first_block + start_contiguous_block; in build_sparse_ext() local
|
D | ext4_utils.c | 401 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb) in ext4_queue_sb()
|
D | contents.c | 71 u32 start_block = *offset / info.block_size; in add_dentry() local
|
D | make_ext4fs.c | 594 u32 start_block, end_block, block_file_size; in extract_base_fs_allocations() local
|
D | allocate.c | 787 void reserve_bg_chunk(int bg, u32 start_block, u32 size) { in reserve_bg_chunk()
|
/system/update_engine/payload_generator/ |
D | full_update_generator.cc | 162 size_t start_block = i * chunk_blocks; in GenerateOperations() local
|
D | extent_ranges.cc | 221 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange()
|
D | inplace_generator_unittest.cc | 64 vector<Extent> VectOfExt(uint64_t start_block, uint64_t num_blocks) { in VectOfExt()
|
D | delta_diff_utils.cc | 67 uint64_t start_block = (*extents)[idx].start_block(); in ProcessExtentBlockRange() local
|
D | ab_generator_unittest.cc | 45 bool ExtentEquals(Extent ext, uint64_t start_block, uint64_t num_blocks) { in ExtentEquals()
|
D | inplace_generator.cc | 658 void InplaceGenerator::CreateScratchNode(uint64_t start_block, in CreateScratchNode()
|
/system/update_engine/ |
D | update_metadata.proto | 113 optional uint64 start_block = 1; field
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | decoder-sbc.c | 152 OI_UINT start_block = context->common.frameInfo.nrof_blocks - context->bufferedBlocks; in DecodeBody() local
|
D | synthesis-sbc.c | 374 …C_SynthFrame(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT start_block, OI_UINT nr… in OI_SBC_SynthFrame()
|