Searched defs:u8Base (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp276 uint8_t u8Base; /**< the size of the type. */ member in struct:__anon16582
477 cch = RTStrFormatNumber(szBuf, u.u64, s_aTypes[i].u8Base, cchWidth, cchPrecision, fFlags);
484 Assert(s_aTypes[i].u8Base == 16);
490 cch = RTStrFormatNumber(szBuf, u.u64, s_aTypes[i].u8Base, cchWidth, cchPrecision, fFlags);

Completed in 60 milliseconds