Searched defs:cchIndent (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c287 static void DisplayFlags(PCFLAGDESC paFlagDescs, uint32_t fFlags, unsigned cchIndent) argument
294 printf("%*s%s\n", cchIndent, "", paFlagDescs[i].pszName);
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp714 * @param cchIndent The indentation in chars.
720 static void rtLockValComplainAboutLockStack(PRTTHREADINT pThread, unsigned cchIndent, uint32_t cMinFrames, argument
731 RTAssertMsg2AddWeak("%*s---- start of lock stack for %p %s - %u entr%s ----\n", cchIndent, "",
737 RTStrPrintf(szPrefix, sizeof(szPrefix), "%*s#%02u: ", cchIndent, "", i);
745 RTAssertMsg2AddWeak("%*s<bad stack frame>\n", cchIndent, "");
750 RTAssertMsg2AddWeak("%*s---- end of lock stack ----\n", cchIndent, "");
/vbox/src/bldprogs/
H A DVBoxCPP.cpp1073 size_t cchIndent = offStart - ScmStreamTellOffsetOfLine(pStrmInput, ScmStreamTellLine(pStrmInput)); local
1074 if (cchOutputted < cchIndent)
1075 rc = ScmStreamPrintf(&pThis->StrmOutput, "%*s", cchIndent - cchOutputted, "");
3052 unsigned cchIndent = pThis->pCondStack ? pThis->pCondStack->iKeepLevel : 0; local
3056 cchIndent, "", cchDefine, pchDefine, cchParams, pchParams);
3059 cchIndent, "", cchDefine, pchDefine);
3121 unsigned cchIndent = pThis->pCondStack ? pThis->pCondStack->iKeepLevel : 0; local
3123 cchIndent, "", cchDefine, pchDefine);
4885 unsigned cchIndent = pThis->pCondStack ? pThis->pCondStack->iKeepLevel : 0; local
4889 cchIndent, "", cchFileSpe
4953 unsigned cchIndent = pThis->pCondStack ? pThis->pCondStack->iKeepLevel : 0; local
[all...]

Completed in 69 milliseconds