Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dimpl.cpp60 LE2ByteData lowByte = *iterator; in readUInt16LE() local
62 lowByte |= (highByte << 8); in readUInt16LE()
63 return lowByte; in readUInt16LE()
H A Dibm_vpd_utils.cpp114 LE2ByteData lowByte = *iterator; in readUInt16LE() local
116 lowByte |= (highByte << 8); in readUInt16LE()
117 return lowByte; in readUInt16LE()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp210 LE2ByteData lowByte = *itr; in getValue() local
212 lowByte |= (highByte << 8); in getValue()
214 return lowByte; in getValue()