Searched defs:start_block (Results 1 – 11 of 11) sorted by relevance
39 optional uint64 start_block = 1; field
170 void AppendExtent(RepeatedPtrField<chromeos_update_engine::Extent>* extents, uint64_t start_block, in AppendExtent()
159 size_t start_block = i * chunk_blocks; in GenerateOperations() local
232 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks) { in ExtentForRange()242 uint64_t start_block = start_bytes / block_size; in ExtentForBytes() local
46 uint64_t start_block, in ExtentEquals()
163 OI_UINT start_block = in DecodeBody() local
414 int16_t* pcm, OI_UINT start_block, in OI_SBC_SynthFrame()
111 optional uint64 start_block = 1; field
74 def __init__(self, start_block, num_blocks): argument
146 def NewExtent(start_block, num_blocks): argument