Searched refs:cMatch (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstDir-3.cpp81 unsigned cMatch; local
100 rcRet2 = tstDirOpenFiltered(pszFilter1, &cMatch, &rc);
105 if (cMatch)
106 RTPrintf("tstDir-3: filter '%s' gave wrong result count! cMatch=%u\n", pszFilter1, cMatch);
108 rcRet2 = tstDirOpenFiltered(pszFilter2, &cMatch, &rc);
113 if (!cMatch)
114 RTPrintf("tstDir-3: filter '%s' gave wrong result count! cMatch=%u\n", pszFilter2, cMatch);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp5865 int cMatch = 0;
5874 if(cOut > cMatch && aOut)
5875 aOut[cMatch] = cur1;
5876 ++cMatch;
5882 return cMatch;

Completed in 50 milliseconds