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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1901 unsigned cExcludeRgns = 0; local
1908 && cExcludeRgns < RT_ELEMENTS(aExcludeRgns))
1924 for (; i < cExcludeRgns; i++)
1927 if (i != cExcludeRgns)
1928 memmove(&aExcludeRgns[i + 1], &aExcludeRgns[i], (cExcludeRgns - i) * sizeof(aExcludeRgns[0]));
1931 cExcludeRgns++;
1943 for (unsigned i = 0; !iDiff && i < cExcludeRgns; i++)

Completed in 73 milliseconds