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

  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 277 // equals [|src_first|, |src_last) with the sequence at |replacement_first| of
281 const uint8* src_first, const uint8* src_last,
286 dest_first = std::search(dest_first, dest_last, src_first, src_last);
292 replacement_first, src_last - src_first) != 0) {
296 dest_first += (src_last - src_first);
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 834 uint32_t* const src_last = data + width * last_row; // Last pixel to decode local
842 assert(src_last <= src_end);
844 while (!br->eos_ && src < src_last) {
    [all...]

Completed in 42 milliseconds