Searched refs:byte2int (Results 1 – 2 of 2) 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
501 int i = byte2int(b); in readRGB2D()643 int i = byte2int(b); in readRGB3D()800 private static int byte2int(byte[] b) { in byte2int() method in DDSLoader