Searched refs:decodeHighSignedNibble (Results 1 – 2 of 2) sorted by relevance
38 public static byte decodeHighSignedNibble(byte b) { in decodeHighSignedNibble() method in NumberUtils
64 this.litB = NumberUtils.decodeHighSignedNibble(buffer[bufferIndex + 1]); in Instruction11n()