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

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c563 unsigned cFound = 0; local
585 ++cFound;
591 return cFound >= 45 ? 1 : 0;
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp328 uint32_t cFound = 0; local
360 cFound++;
367 if (RT_SUCCESS(rc) && cFound == 0)
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp753 unsigned cFound = 0; local
786 ++cFound;
793 for (unsigned i = 0; i < cFound; ++i)
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp2656 unsigned cFound = 0; local
2665 cFound++;
2738 return !cFound && iRegion != UINT32_MAX ? VERR_NOT_FOUND : rc;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp957 uint32_t cFound = 0; local
993 cFound++;
1000 if (RT_SUCCESS(rc) && cFound == 0)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp564 ULONG cFound = 0; local
581 if (!cFound)
585 cFound++;
588 if (!cFound && details != VMINFO_MACHINEREADABLE)

Completed in 63 milliseconds