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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp68 RTDECL(ssize_t) RTStrFormatU16(char *pszBuf, size_t cbBuf, uint16_t u16Value, unsigned int uiBase, function
/vbox/include/iprt/
H A Dstring.h1788 RTDECL(ssize_t) RTStrFormatU16(char *pszBuf, size_t cbBuf, uint16_t u16Value, unsigned int uiBase,
H A Dmangling.h1461 # define RTStrFormatU16 RT_MANGLER(RTStrFormatU16) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp2137 return RTStrFormatU16(pszTmp, cbTmp, pValue->u16, uBase, cchWidth, cchPrecision, fFlags);

Completed in 94 milliseconds