Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp56 uint16_t highByte = *(iterator + 1); in readUInt16LE() local
57 lowByte |= (highByte << 8); in readUInt16LE()