Searched refs:last_offset (Results 1 – 3 of 3) sorted by relevance
1098 size_t last_offset = 0; in ValidateSplitImages() local1102 CHECK_EQ(last_offset, tgt_image.chunks_.front().GetStartOffset()); in ValidateSplitImages()1103 CHECK(last_offset % BLOCK_SIZE == 0); in ValidateSplitImages()1107 CHECK_EQ(last_offset, chunk.GetStartOffset()); in ValidateSplitImages()1108 last_offset += chunk.GetRawDataLength(); in ValidateSplitImages()1111 CHECK_EQ(total_tgt_size, last_offset); in ValidateSplitImages()
722 last_offset = start_byte + len(data)726 while current_offset < last_offset:739 if last_offset > current_offset:
664 uint32_t last_offset = 0; in CheckMap() local677 if (UNLIKELY(last_offset >= item->offset_ && i != 0)) { in CheckMap()679 last_offset, in CheckMap()717 last_offset = item->offset_; in CheckMap()