HomeSort by relevance Sort by last modified time
    Searched defs:MaxCount (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/
CpuIo2Smm.c 72 UINT64 MaxCount;
117 MaxCount = RShiftU64 (Limit, Width);
118 if (MaxCount < (Count - 1)) {
121 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/CpuIoDxe/
CpuIo.c 106 UINT64 MaxCount;
167 MaxCount = RShiftU64 (Limit, Width);
168 if (MaxCount < (Count - 1)) {
171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
WatchdogResourceTable.h 38 UINT16 MaxCount;
WatchdogActionTable.h 37 UINT32 MaxCount;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.h 60 UINTN MaxCount;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/
CpuIo2Dxe.c 106 UINT64 MaxCount;
167 MaxCount = RShiftU64 (Limit, Width);
168 if (MaxCount < (Count - 1)) {
171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProvider.h 58 UINTN MaxCount;
  /external/llvm/include/llvm/IR/
ProfileSummary.h 55 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount;
63 uint64_t TotalCount, uint64_t MaxCount,
67 TotalCount(TotalCount), MaxCount(MaxCount),
80 uint64_t getMaxCount() { return MaxCount; }
  /external/llvm/include/llvm/ProfileData/
ProfileCommon.h 57 : DetailedSummaryCutoffs(std::move(Cutoffs)), TotalCount(0), MaxCount(0),
62 uint64_t TotalCount, MaxCount, MaxFunctionCount;
94 if (Count > MaxCount)
95 MaxCount = Count;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/
CpuIoPei.c 117 UINT64 MaxCount;
171 MaxCount = RShiftU64 (Limit, Width);
172 if (MaxCount < (Count - 1)) {
175 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 156 static const unsigned MaxCount = UINT_MAX;
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 271 unsigned MaxCount;
272 /// Set the maximum unrolling factor for full unrolling. Like MaxCount, but
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 586 VariadicOperatorMatcherDescriptor(unsigned MinCount, unsigned MaxCount,
588 : MinCount(MinCount), MaxCount(MaxCount), Op(Op),
594 if (Args.size() < MinCount || MaxCount < Args.size()) {
596 (MaxCount == UINT_MAX ? "" : Twine(MaxCount)).str();
634 const unsigned MaxCount;
723 template <unsigned MinCount, unsigned MaxCount>
726 MinCount, MaxCount> Func,
728 return new VariadicOperatorMatcherDescriptor(MinCount, MaxCount, Func.Op
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 328 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount);
329 uint64_t Scale = calculateCountScale(MaxCount);
PGOInstrumentation.cpp 519 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) {
528 else if (MaxCount <= ColdFunctionThreshold.scale(ProgramMaxCount))
727 uint64_t MaxCount = 0;
736 if (EdgeCount > MaxCount)
737 MaxCount = EdgeCount;
740 assert(MaxCount > 0 && "Bad max count");
741 uint64_t Scale = calculateCountScale(MaxCount);
    [all...]
  /external/ImageMagick/coders/
pict.c 601 #define MaxCount 128
650 if (count == MaxCount)
652 *q++=(unsigned char) (MaxCount-1);
653 count-=MaxCount;
682 if (count == MaxCount)
684 *q++=(unsigned char) (MaxCount-1);
685 count-=MaxCount;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 265 ULONG_PTR MaxCount;
    [all...]

Completed in 466 milliseconds