Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dddimm_parser.cpp27 uint8_t i_minValue, uint8_t i_maxValue) in checkValidValue() argument
31 if ((l_ByteValue > i_maxValue) || (l_ByteValue < i_minValue)) in checkValidValue()
36 std::to_string(i_maxValue) + "] found "); in checkValidValue()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dddimm_parser.hpp115 uint8_t i_minValue, uint8_t i_maxValue);