HomeSort by relevance Sort by last modified time
    Searched defs:old_start (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 62 const uint8* old_start, size_t old_size,
64 const uint8* old_end = old_start + old_size;
81 const uint8* old_position = old_start;
136 if (old_position + seek_adjustment < old_start ||
161 const uint8* old_start = old_stream->Buffer(); local
166 if (CalculateCrc(old_start, old_size) != header.scrc32)
169 MBS_ApplyPatch(&header, patch_stream, old_start, old_size, new_stream);
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.cc 300 const double old_start = old_promo.start_; local
305 old_start != start_ || old_end != end_ || old_promo_text != promo_text_;
  /external/chromium_org/third_party/libwebp/dec/
idec.c 165 const uint8_t* const old_start = mem->buf_ + mem->start_; local
167 need_compressed_alpha ? dec->alpha_data_ : old_start;
176 const size_t new_mem_start = old_start - old_base;
195 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
203 const uint8_t* const old_start = old_buf + mem->start_; local
211 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
  /external/webp/src/dec/
idec.c 165 const uint8_t* const old_start = mem->buf_ + mem->start_; local
167 need_compressed_alpha ? dec->alpha_data_ : old_start;
176 const size_t new_mem_start = old_start - old_base;
195 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
203 const uint8_t* const old_start = old_buf + mem->start_; local
211 DoRemap(idec, mem->buf_ + mem->start_ - old_start);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 1262 final int old_start = start; local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 3448 milliseconds