Searched refs:cchFirst (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp164 size_t cchFirst = RTStrFormatNumber(szTmp, pu128->s.Hi, 16, 0, 0, fFlags | RTSTR_F_64BIT); local
165 size_t cchSecond = RTStrFormatNumber(&szTmp[cchFirst], pu128->s.Lo, 16, 8, 0,
170 return cchFirst + cchSecond;
/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp642 size_t cchFirst; local
676 cchFirst = cchAfter ? cchAfter - 1 : 0;
684 cchFirst = (size_t)cchUnflushed;
685 pszFirst = &pszBuf[offCur - cchFirst];
693 cchFirst = (size_t)cchUnflushed - offCur;
694 pszFirst = &pszBuf[cchBuf - cchFirst];
708 if (cchFirst)
709 RTLogWriteUser(pszFirst, cchFirst);
718 if (cchFirst)
719 RTLogWriteDebugger(pszFirst, cchFirst);
[all...]

Completed in 46 milliseconds