Home
last modified time | relevance | path

Searched refs:last_part (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.c208 size_t last_part; in ParsePartitions() local
212 last_part = dec->num_parts_minus_one_; in ParsePartitions()
213 if (size < 3 * last_part) { in ParsePartitions()
217 part_start = buf + last_part * 3; in ParsePartitions()
218 size_left -= last_part * 3; in ParsePartitions()
219 for (p = 0; p < last_part; ++p) { in ParsePartitions()
227 VP8InitBitReader(dec->parts_ + last_part, part_start, size_left); in ParsePartitions()
H A Didec_dec.c123 const uint32_t last_part = dec->num_parts_minus_one_; in DoRemap() local
126 for (p = 0; p <= last_part; ++p) { in DoRemap()
136 const uint8_t* const last_start = dec->parts_[last_part].buf_; in DoRemap()
137 VP8BitReaderSetBuffer(&dec->parts_[last_part], last_start, in DoRemap()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc6458 Register last_part = register_allocator()->NewRegister(); in VisitTemplateLiteral() local
6464 builder()->StoreAccumulatorInRegister(last_part); in VisitTemplateLiteral()
6471 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
6473 builder()->StoreAccumulatorInRegister(last_part); in VisitTemplateLiteral()
6482 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()
6488 builder()->StoreAccumulatorInRegister(last_part); in VisitTemplateLiteral()
6490 builder()->BinaryOperation(Token::ADD, last_part, feedback_index(slot)); in VisitTemplateLiteral()

Completed in 14 milliseconds