HomeSort by relevance Sort by last modified time
    Searched refs:TargetCount (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
UefiShellLevel1CommandsLib.c 121 @param[in, out] TargetCount The pointer to the current count.
134 IN OUT UINTN *TargetCount
174 (*TargetCount)++;
179 if (*TargetCount > 0) {
180 (*TargetCount)--;
188 if (*TargetCount == 0) {
203 && (*TargetCount) == 0) {
263 UINTN TargetCount;
266 TargetCount = 1;
268 TargetCount = 0;
    [all...]
If.c 711 UINTN TargetCount;
716 TargetCount = 1;
757 TargetCount++;
758 } else if (TargetCount == 1 && gUnicodeCollation->StriColl(
764 // hence the TargetCount compare added
766 TargetCount--;
771 TargetCount--;
773 if (TargetCount == 0) {
    [all...]
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 680 uint64_t TargetCount;
681 if (!GcovBuffer.readInt64(TargetCount))
687 TargetName, TargetCount);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 459 OUT PULONG TargetCount,
    [all...]

Completed in 586 milliseconds