Home
last modified time | relevance | path

Searched defs:digitsIndex (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp376 const auto digitsIndex = static_cast<unsigned>((absValue % 100)); in dumpInteger() local
386 const auto digitsIndex = static_cast<unsigned>(absValue); in dumpInteger() local