HomeSort by relevance Sort by last modified time
    Searched refs:seek_adjustment (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 92 int32 seek_adjustment; local
97 if (!control_stream_seeks->ReadVarint32Signed(&seek_adjustment))
102 copy_count, extra_count, seek_adjustment);
136 if (old_position + seek_adjustment < old_start ||
137 old_position + seek_adjustment > old_end)
140 old_position += seek_adjustment;
bsdiff_create.cc 399 int32 seek_adjustment = ((pos - lenb) - (lastpos + lenf)); local
403 !control_stream_seeks->WriteVarint32Signed(seek_adjustment)) {
411 seek_adjustment);

Completed in 1458 milliseconds