Home
last modified time | relevance | path

Searched refs:seek_adjustment (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/courgette/third_party/
Dbsdiff_apply.cc92 int32 seek_adjustment; in MBS_ApplyPatch() local
97 if (!control_stream_seeks->ReadVarint32Signed(&seek_adjustment)) in MBS_ApplyPatch()
102 copy_count, extra_count, seek_adjustment); in MBS_ApplyPatch()
136 if (old_position + seek_adjustment < old_start || in MBS_ApplyPatch()
137 old_position + seek_adjustment > old_end) in MBS_ApplyPatch()
140 old_position += seek_adjustment; in MBS_ApplyPatch()
Dbsdiff_create.cc399 int32 seek_adjustment = ((pos - lenb) - (lastpos + lenf)); in CreateBinaryPatch() local
403 !control_stream_seeks->WriteVarint32Signed(seek_adjustment)) { in CreateBinaryPatch()
411 seek_adjustment); in CreateBinaryPatch()