Searched defs:lowByte (Results 1 – 2 of 2) sorted by relevance
360 int lowByte = opcode & 0xff; in isValidShape() local399 int lowByte = opcodeUnit & 0xff; in extractOpcodeFromUnit() local
990 private static short codeUnit(int lowByte, int highByte) { in codeUnit()