Searched defs:cMatches (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Drdtsc.cpp33 int cMatches = 0; local
72 cMatches += cMatchedNow;
75 printf("done: %d matches\n", cMatches);
76 return !!cMatches;
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp248 unsigned cMatches = 0; local
267 cMatches++;
281 if (!cMatches)
283 return !cMatches;
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp455 int cMatches; local
488 cMatches = sscanf(szModeParms, "%ux%ux%u%c%ux%u,%u%c", &cx, &cy, &cBits,
490 if ((cMatches == 7 && c1 == ',') || cMatches == 3)
492 else if (cMatches < 0)
/vbox/src/bldprogs/
H A Dscmdiff.cpp113 * @param cMatches The resync length.
120 static size_t scmDiffReport(PSCMDIFFSTATE pState, size_t cMatches, argument
187 ScmStreamSeekByLine(pState->pLeft, iLeft + cLeft + cMatches);
188 ScmStreamSeekByLine(pState->pRight, iRight + cRight + cMatches);
279 * Upon return, the streams will be positioned after the block of @a cMatches
284 * @param cMatches The number of lines that needs to match for the
287 static size_t scmDiffSynchronize(PSCMDIFFSTATE pState, size_t cMatches) argument
291 Assert(cMatches > 0);
309 for (size_t iRight = cMatches - 1; iRight < iRange; iRight++)
317 iStartLeft + iRange + 1 - cMatches,
[all...]
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1170 unsigned cMatches = 0; local
1174 cMatches++;
1200 LogRel(("USB: Device '%s' not found (%d pid+vid matches)\n", pszAddress, cMatches));
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp1150 unsigned cMatches = 0; local
1154 cMatches++;
1180 LogRel(("USB: Device '%s' not found (%d pid+vid matches)\n", pszAddress, cMatches));

Completed in 66 milliseconds