Searched defs:iArg (Results 26 - 28 of 28) sorted by relevance

12

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp456 unsigned iArg = 3; local
457 if (iArg < cArgs && paArgs[iArg].enmType == DBGCVAR_TYPE_NUMBER)
459 iHitTrigger = paArgs[iArg].u.u64Number;
460 iArg++;
461 if (iArg < cArgs && paArgs[iArg].enmType == DBGCVAR_TYPE_NUMBER)
463 iHitDisable = paArgs[iArg].u.u64Number;
464 iArg++;
467 if (iArg < cArg
760 unsigned iArg = 1; local
820 unsigned iArg = 1; local
3600 unsigned iArg; local
[all...]
/vbox/src/bldprogs/
H A DVBoxCPP.cpp2133 uint32_t iArg; local
2135 && (iArg = vbcppMacroLookupArg(pMacro, pszSrcSeq, cchDefine)) != UINT32_MAX)
2138 if (iArg < pMacro->cArgs)
2140 Assert(iArg < pExp->cArgs);
2141 rcExit = vbcppStrBufAppend(pStrBuf, pExp->papszArgs[iArg]);
2142 if (*pExp->papszArgs[iArg] != '\0' && rcExit == RTEXITCODE_SUCCESS)
2148 if (iArg < pExp->cArgs)
2152 rcExit = vbcppStrBufAppend(pStrBuf, pExp->papszArgs[iArg]);
2155 iArg++;
2156 if (iArg >
2710 uint32_t iArg = 0; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7581 unsigned iArg = 6; local
7583 apszArgs[iArg++] = "--separate";
7584 apszArgs[iArg++] = pszSupStartupLogArg;
7615 unsigned iArg = 5; local
7617 apszArgs[iArg++] = "--separate";
7618 apszArgs[iArg++] = pszSupStartupLogArg;
7657 unsigned iArg = 7; local
7659 apszArgs[iArg++] = "--capture";
7660 apszArgs[iArg++] = pszSupStartupLogArg;

Completed in 91 milliseconds

12