Home
last modified time | relevance | path

Searched defs:start_block (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/payload_generator/
Dfull_update_generator.cc159 size_t start_block = i * chunk_blocks; in GenerateOperations() local
Dextent_ranges.cc233 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange()
243 uint64_t start_block = start_bytes / block_size; in ExtentForBytes() local
Dinplace_generator_unittest.cc65 vector<Extent> VectOfExt(uint64_t start_block, uint64_t num_blocks) { in VectOfExt()
Dab_generator_unittest.cc46 uint64_t start_block, in ExtentEquals()
Dinplace_generator.cc641 void InplaceGenerator::CreateScratchNode(uint64_t start_block, in CreateScratchNode()
Ddelta_diff_utils.cc97 uint64_t start_block = (*extents)[idx].start_block(); in ProcessExtentBlockRange() local
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c157 OI_UINT start_block = in DecodeBody() local
Dsynthesis-sbc.c414 int16_t* pcm, OI_UINT start_block, in OI_SBC_SynthFrame()
/system/update_engine/
Dupdate_metadata.proto111 optional uint64 start_block = 1; field
/system/update_engine/update_engine/
Dupdate_metadata.proto111 optional uint64 start_block = 1; field
/system/update_engine/scripts/update_payload/
Dchecker_unittest.py114 def NewExtent(start_block, num_blocks): argument