Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8.c207 const uint8_t* part_end = part_start + psize; in ParsePartitions() local
208 if (part_end > buf_end) part_end = buf_end; in ParsePartitions()
209 VP8InitBitReader(dec->parts_ + p, part_start, part_end); in ParsePartitions()
210 part_start = part_end; in ParsePartitions()
/external/v8/src/runtime/
Druntime-regexp.cc751 int part_end = indices.at(i); in RUNTIME_FUNCTION() local
753 isolate->factory()->NewProperSubString(subject, part_start, part_end); in RUNTIME_FUNCTION()
755 part_start = part_end + pattern_length; in RUNTIME_FUNCTION()