Searched refs:offset_increment (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/bsdiff/include/bsdiff/ |
H A D | control_entry.h | 13 int64_t offset_increment) in ControlEntry() 16 offset_increment(offset_increment) {} in ControlEntry() 26 int64_t offset_increment{0}; 30 offset_increment == o.offset_increment;
|
/aosp_15_r20/external/bsdiff/ |
H A D | split_patch_writer.cc | 83 remaining.offset_increment += old_pos_; in AddControlEntry() 96 old_pos_ += remaining.offset_increment; in AddControlEntry() 137 if (!entry.diff_size && !entry.extra_size && !entry.offset_increment) in AddControlEntryToCurrentPatch() 144 old_pos_ += entry.diff_size + entry.offset_increment; in AddControlEntryToCurrentPatch()
|
H A D | bspatch.cc | 364 if (control_entry.offset_increment > 0 && in bspatch() 365 oldpos > INT64_MAX - control_entry.offset_increment) in bspatch() 367 oldpos += control_entry.offset_increment; in bspatch()
|
H A D | diff_encoder.cc | 74 old_pos_ += entry.diff_size + entry.offset_increment; in AddControlEntry()
|
H A D | patch_reader.cc | 143 control_entry->offset_increment = ParseInt64(buf); in ParseControlEntry()
|
H A D | patch_writer.cc | 116 EncodeInt64(entry.offset_increment, buf + 16); in AddControlEntry()
|
H A D | endsley_patch_writer.cc | 154 EncodeInt64(entry.offset_increment, buf + 16); in EmitControlEntry()
|
H A D | patch_reader_unittest.cc | 95 EXPECT_EQ(offset_increment_[i], control_entry.offset_increment); in VerifyPatch()
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/ |
H A D | inductor_ops.cpp | 63 int64_t offset_increment) { in _reinterpret_tensor() argument 67 self_tmp_->set_storage_offset(self.storage_offset() + offset_increment); in _reinterpret_tensor()
|
H A D | inductor_ops.h | 37 int64_t offset_increment = 0);
|
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/ |
H A D | shim_common.cpp | 357 int64_t offset_increment, in aoti_torch__reinterpret_tensor() argument 364 *self_tensor, sizes, strides, offset_increment)); in aoti_torch__reinterpret_tensor()
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | delta_diff_utils.cc | 1019 old_off += entry.diff_size + entry.offset_increment; in PopulateXorOps()
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | guards.cpp | 840 auto offset_increment = r.toInt64(3); in _reinterpret_tensor() local 843 self, sizes, strides, offset_increment); in _reinterpret_tensor()
|