Searched refs:RTStrFormatU8 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp39 RTDECL(ssize_t) RTStrFormatU8(char *pszBuf, size_t cbBuf, uint8_t u8Value, unsigned int uiBase, function
/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp87 RTStrFormatU8(&szNum[0], 3, pszString[iIn++], 16, 2, 2, RTSTR_F_CAPITAL | RTSTR_F_ZEROPAD);
/vbox/include/iprt/
H A Dstring.h1773 RTDECL(ssize_t) RTStrFormatU8(char *pszBuf, size_t cbBuf, uint8_t u8Value, unsigned int uiBase,
H A Dmangling.h1464 # define RTStrFormatU8 RT_MANGLER(RTStrFormatU8) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp2135 return RTStrFormatU8(pszTmp, cbTmp, pValue->u8, uBase, cchWidth, cchPrecision, fFlags);

Completed in 95 milliseconds