Home
last modified time | relevance | path

Searched refs:highByte (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/
H A Dimpl.cpp61 LE2ByteData highByte = *(iterator + 1); in readUInt16LE() local
62 lowByte |= (highByte << 8); in readUInt16LE()
H A Dibm_vpd_utils.cpp115 LE2ByteData highByte = *(iterator + 1); in readUInt16LE() local
116 lowByte |= (highByte << 8); in readUInt16LE()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp211 LE2ByteData highByte = *(itr + 1); in getValue() local
212 lowByte |= (highByte << 8); in getValue()