Searched refs:RTStrFormatU128 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp155 RTDECL(ssize_t) RTStrFormatU128(char *pszBuf, size_t cbBuf, PCRTUINT128U pu128, unsigned int uiBase, function
/vbox/include/iprt/
H A Dstring.h1833 RTDECL(ssize_t) RTStrFormatU128(char *pszBuf, size_t cbBuf, PCRTUINT128U pu128Value, unsigned int uiBase,
H A Dmangling.h1460 # define RTStrFormatU128 RT_MANGLER(RTStrFormatU128) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp2143 return RTStrFormatU128(pszTmp, cbTmp, &pValue->u128, uBase, cchWidth, cchPrecision, fFlags);

Completed in 91 milliseconds