Searched refs:getUInt16 (Results 1 – 4 of 4) sorted by relevance
95 … final int firstFourBytes = firstTwoBytes << 16 & 0xFFFF0000 | streamReader.getUInt16() & 0xFFFF; in getType()121 final int magicNumber = streamReader.getUInt16(); in getOrientation()172 segmentLength = streamReader.getUInt16() - 2; in getExifSegment()327 public int getUInt16() throws IOException { in getUInt16() method in ImageHeaderParser.StreamReader
76 V.push_back(ConstantAsMetadata::get(getUInt16(&B.M, I))); in addU16()
739 ConstantInt *getUInt16(Module *M, unsigned short value);
857 getUInt16(Module *M, unsigned short value) { in getUInt16() function