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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp126 RTDECL(ssize_t) RTStrFormatU64(char *pszBuf, size_t cbBuf, uint64_t u64Value, unsigned int uiBase, function
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp2141 return RTStrFormatU64(pszTmp, cbTmp, pValue->u64, uBase, cchWidth, cchPrecision, fFlags);
2148 ssize_t cch = RTStrFormatU64(pszTmp, cbTmp, pValue->dtr.u64Base,
2152 cch += RTStrFormatU64(&pszTmp[cch], cbTmp - cch, pValue->dtr.u32Limit,
/vbox/include/iprt/
H A Dstring.h1818 RTDECL(ssize_t) RTStrFormatU64(char *pszBuf, size_t cbBuf, uint64_t u64Value, unsigned int uiBase,
H A Dmangling.h1463 # define RTStrFormatU64 RT_MANGLER(RTStrFormatU64) macro

Completed in 118 milliseconds