Home
last modified time | relevance | path

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

/external/zucchini/
Dpatch_reader.cc113 uint32_t dst_offset_diff = 0; // Intentionally unsigned. in GetNext() local
114 if (!patch::ParseVarUInt<uint32_t>(&dst_skip_, &dst_offset_diff)) in GetNext()
117 previous_dst_offset_ + dst_offset_diff; in GetNext()