Searched refs:lowByte (Results 1 – 3 of 3) sorted by relevance
60 LE2ByteData lowByte = *iterator; in readUInt16LE() local62 lowByte |= (highByte << 8); in readUInt16LE()63 return lowByte; in readUInt16LE()
114 LE2ByteData lowByte = *iterator; in readUInt16LE() local116 lowByte |= (highByte << 8); in readUInt16LE()117 return lowByte; in readUInt16LE()
210 LE2ByteData lowByte = *itr; in getValue() local212 lowByte |= (highByte << 8); in getValue()214 return lowByte; in getValue()