Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dimpl.cpp480 size_t firstDigit = *strItr; in readKwData() local
481 result += toHex(firstDigit >> 4); in readKwData()
482 result += toHex(firstDigit & 0x0F); in readKwData()