Searched refs:third_byte (Results 1 – 2 of 2) sorted by relevance
1646 byte third_byte = *current; in TwoByteOpcodeInstruction() local1649 switch (third_byte) { in TwoByteOpcodeInstruction()1664 byte third_byte = *current; in TwoByteOpcodeInstruction() local1666 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()1672 } else if (third_byte == 0x0A) { in TwoByteOpcodeInstruction()1678 } else if (third_byte == 0x0B) { in TwoByteOpcodeInstruction()1685 } else if (third_byte == 0x0E) { in TwoByteOpcodeInstruction()1691 } else if (third_byte == 0x0F) { in TwoByteOpcodeInstruction()1697 } else if (third_byte == 0x14) { in TwoByteOpcodeInstruction()1703 } else if (third_byte == 0x15) { in TwoByteOpcodeInstruction()[all …]
510 const unsigned char third_byte = (*src)[2] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing() local511 if (second_byte == 0xc0 && third_byte < 0x80) { in ReadSignedNumIncreasing()