Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbiosxml.hpp185 bool isHexNotation(const std::string& s) in isHexNotation() function in bios::Depex
622 else if (isNumber(word) || isHexNotation(word)) in evaluateExpression()