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

  /external/chromium/sdch/open-vcdiff/src/
encodetable.cc 268 size_t length_of_the_delta_encoding = local
278 length_of_the_delta_encoding +=
281 return length_of_the_delta_encoding;
288 const size_t length_of_the_delta_encoding = local
291 length_of_the_delta_encoding +
295 CalculateLengthOfSizeAsVarint(length_of_the_delta_encoding);
314 AppendSizeToOutputString(length_of_the_delta_encoding, out);
336 if (length_of_the_delta_encoding !=
339 << length_of_the_delta_encoding
  /external/open-vcdiff/src/
encodetable.cc 296 size_t length_of_the_delta_encoding = local
306 length_of_the_delta_encoding +=
309 return length_of_the_delta_encoding;
316 const size_t length_of_the_delta_encoding = local
319 length_of_the_delta_encoding +
323 CalculateLengthOfSizeAsVarint(length_of_the_delta_encoding);
342 AppendSizeToOutputString(length_of_the_delta_encoding, out);
364 if (length_of_the_delta_encoding !=
367 << length_of_the_delta_encoding

Completed in 459 milliseconds