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

  /external/chromium_org/courgette/
encoded_program.h 70 COPY1 = 2, // COPY1 <byte> - same as COPY 1 <byte>.
encoded_program.cc 205 // 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]);
571 case COPY1: {

Completed in 180 milliseconds