Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8.c205 const uint8_t* part_end = part_start + psize; in ParsePartitions() local
206 if (part_end > buf_end) part_end = buf_end; in ParsePartitions()
207 VP8InitBitReader(dec->parts_ + p, part_start, part_end); in ParsePartitions()
208 part_start = part_end; in ParsePartitions()
/external/v8/src/
Druntime.cc6330 int part_end = indices.at(i); in RUNTIME_FUNCTION() local
6332 isolate->factory()->NewProperSubString(subject, part_start, part_end); in RUNTIME_FUNCTION()
6334 part_start = part_end + pattern_length; in RUNTIME_FUNCTION()