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

/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/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...]

Completed in 42 milliseconds