Searched refs:iDst (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp651 int iDst = pSG->cSegsAlloc;
654 iDst--;
656 pSG->aSegs[iDst] = pSG->aSegs[iSrc];
661 iSrc = iDst;
662 iDst = 0;
663 while ( iDst < iSrc
664 && iDst < pSG->cSegsAlloc)
666 pSG->aSegs[iDst].Phys = NIL_RTHCPHYS;
667 pSG->aSegs[iDst].pv = pSG->aSegs[iSrc].pv;
668 pSG->aSegs[iDst]
[all...]
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp281 size_t iDst = 0; local
285 int rc2 = RTUtf16ToUtf8(papwszEnv[iSrc], &pIntEnv->papszEnv[iDst]);
287 int rc2 = RTStrCurrentCPToUtf8(&pIntEnv->papszEnv[iDst], papszEnv[iSrc]);
290 iDst++;
295 pIntEnv->cVars = iDst;
300 pIntEnv->cVars = iDst;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommoncontrols.idl125 [in] int iDst,
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1615 int iDst = cSuArgs; local
1616 papszArgs[iDst++] = argv[0];
1617 papszArgs[iDst++] = "--stdout";
1618 papszArgs[iDst++] = szStdOut;
1619 papszArgs[iDst++] = "--stderr";
1620 papszArgs[iDst++] = szStdErr;
1621 papszArgs[iDst++] = "--elevated";
1623 papszArgs[iDst++] = argv[iSrc];
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c875 GLint *iDst = (GLint *) dst; local
921 iDst[i] = (GLint) tmpRow[i];
1022 iDst[i] = FLOAT_TO_INT(tmpRow[i*4+index]);
1073 iDst[i*2+0] = FLOAT_TO_INT(tmpRow[i*4+0]);
1074 iDst[i*2+1] = FLOAT_TO_INT(tmpRow[i*4+3]);
1151 iDst[i*3+r] = FLOAT_TO_INT(tmpRow[i*4+0]);
1152 iDst[i*3+1] = FLOAT_TO_INT(tmpRow[i*4+1]);
1153 iDst[i*3+b] = FLOAT_TO_INT(tmpRow[i*4+2]);
1271 iDst[i*4+r] = FLOAT_TO_INT(tmpRow[i*4+0]);
1272 iDst[
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp1362 uint32_t iDst = pThis->v.cPermittedSubtrees;
1367 pThis->v.papPermittedSubtrees[iDst] = &paSubtrees[iSrc];
1368 iDst++;
1370 pThis->v.cPermittedSubtrees = iDst;

Completed in 48 milliseconds