Home
last modified time | relevance | path

Searched refs:old_pos_ (Results 1 – 6 of 6) sorted by relevance

/external/bsdiff/
Ddiff_encoder.cc45 (old_pos_ < 0 || in AddControlEntry()
46 static_cast<uint64_t>(old_pos_) + entry.diff_size > old_size_)) { in AddControlEntry()
47 LOG(ERROR) << "The pointer in the old stream [" << old_pos_ << ", " in AddControlEntry()
48 << (static_cast<uint64_t>(old_pos_) + entry.diff_size) in AddControlEntry()
60 diff[i] = new_buf_[written_output_ + i] - old_buf_[old_pos_ + i]; in AddControlEntry()
74 old_pos_ += entry.diff_size + entry.offset_increment; in AddControlEntry()
Dsplit_patch_writer.cc83 remaining.offset_increment += old_pos_; in AddControlEntry()
84 old_pos_ = 0; in AddControlEntry()
88 if (old_pos_ != 0) { in AddControlEntry()
90 ControlEntry(0, 0, old_pos_))) in AddControlEntry()
96 old_pos_ += remaining.offset_increment; in AddControlEntry()
144 old_pos_ += entry.diff_size + entry.offset_increment; in AddControlEntryToCurrentPatch()
Ddiff_encoder.h62 int64_t old_pos_{0};
Dsplit_patch_writer.h80 uint64_t old_pos_{0};
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.cc120 uptr old_pos_ = pos_; in ParseString() local
127 pos_ = old_pos_; in ParseString()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flag_parser.cpp140 uptr old_pos_ = pos_; in ParseString() local
147 pos_ = old_pos_; in ParseString()