Searched refs:decodeShort (Results 1 – 7 of 7) sorted by relevance
85 public static short decodeShort(byte lsb, byte msb) { in decodeShort() method in NumberUtils98 public static short decodeShort(byte[] bytes, int index) { in decodeShort() method in NumberUtils
59 this.targetAddressOffset = NumberUtils.decodeShort(buffer, bufferIndex+2); in Instruction20t()
59 this.litB = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction21s()
63 this.litC = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction22s()
59 this.litB = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction21h()
65 targetAddressOffset = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction21t()
69 targetAddressOffset = NumberUtils.decodeShort(buffer, bufferIndex + 2); in Instruction22t()