Searched refs:byte2int (Results 1 – 3 of 3) sorted by relevance
45 result += byte2int(bb.get()); in readUInt24()52 result += byte2int(bb.get()) << 8; in readUInt16()53 result += byte2int(bb.get()); in readUInt16()59 result += byte2int(bb.get()); in readUInt16BE()60 result += byte2int(bb.get()) << 8; in readUInt16BE()65 return byte2int(bb.get()); in readUInt8()68 public static int byte2int(byte b) { in byte2int() method in IsoTypeReader
259 code = 256 * six.byte2int(data[0:1]) + six.byte2int(data[1:2])
170 six.byte2int(self.data[0:1]) + six.byte2int(self.data[1:2])