Home
last modified time | relevance | path

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

/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp280 unsigned int nDigits = 1; in countDigits() local
285 return nDigits; in countDigits()
289 return nDigits + 1; in countDigits()
293 return nDigits + 2; in countDigits()
297 return nDigits + 3; in countDigits()
300 nDigits += 4; in countDigits()