Searched refs:COPY1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Dencoded_program.h70 COPY1 = 2, // COPY1 <byte> - same as COPY 1 <byte>. enumerator in enum:courgette::EncodedProgram::OP
H A Dencoded_program.cc205 // an EncodedProgram with only COPY1 instructions since there are approx plain
211 if (ops_.back() == COPY1) {
226 ok = ops_.push_back(COPY1) && copy_bytes_.push_back(source[0]);
575 case COPY1: {

Completed in 645 milliseconds