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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DUefiShellLevel1CommandsLib.c120 @param[in, out] TargetCount The pointer to the current count.
133 IN OUT UINTN *TargetCount
169 (*TargetCount)++;
174 if (*TargetCount > 0) {
175 (*TargetCount)--;
183 if (*TargetCount == 0) {
198 && (*TargetCount) == 0) {
258 UINTN TargetCount; local
261 TargetCount = 1;
263 TargetCount
[all...]
H A DIf.c720 UINTN TargetCount; local
725 TargetCount = 1;
762 TargetCount++;
763 } else if (TargetCount == 1 && gUnicodeCollation->StriColl(
769 // hence the TargetCount compare added
771 TargetCount--;
776 TargetCount--;
778 if (TargetCount == 0) {

Completed in 152 milliseconds