Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp220 size_t l_firstByte = i_keyword[0]; in encodeKeyword() local
222 auto l_hexValue = commonUtility::toHex(l_firstByte >> 4); in encodeKeyword()
232 l_hexValue = commonUtility::toHex(l_firstByte & 0x0f); in encodeKeyword()