HomeSort by relevance Sort by last modified time
    Searched defs:Num (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/llvm/lib/Fuzzer/test/
CounterTest.cpp 9 int Num = 0;
12 Num++;
13 if (Num >= 4) {
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Guid/
MeasuredFvHob.h 32 UINT32 Num;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiHandle.c 79 UINT16 Num;
81 Num = (UINT16) Handle;
83 ASSERT ((mHandle [Num / 8] & (1 << (Num % 8))) != 0);
84 mHandle [Num / 8] = (UINT8) (mHandle [Num / 8] & (~(1 << (Num % 8))));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
LegacySpeaker.c 90 UINTN Num;
92 for (Num=0; Num < NumberOfBeep; Num++) {
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
ParseConfigProfile.c 48 UINTN Num;
68 &Num
70 if (EFI_ERROR(Status) || (Num == 0)) {
76 ConfigHeader->NumOfRecovery = Num;
77 *RecoveryArray = AllocateZeroPool ((sizeof (RECOVERY_CONFIG_DATA) * Num));
130 &Num
137 (*RecoveryArray)[Index].Length = Num;
146 &Num
153 (*RecoveryArray)[Index].ImageOffset = Num;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
ParseConfigProfile.c 48 UINTN Num;
69 &Num
71 if (EFI_ERROR(Status) || (Num == 0)) {
77 ConfigHeader->NumOfUpdates = Num;
78 *UpdateArray = AllocateZeroPool ((sizeof (UPDATE_CONFIG_DATA) * Num));
115 &Num
122 (*UpdateArray)[Index].FirmwareType = (PLATFORM_FIRMWARE_TYPE) Num;
131 &Num
138 (*UpdateArray)[Index].AddressType = (FLASH_ADDRESS_TYPE) Num;
180 &Num
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
LegacySpeaker.c 95 UINTN Num;
100 for (Num=0; Num < NumberOfBeep; Num++) {
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Option.c 45 UINT32 Num;
100 Num = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Str);
102 if (Num > 65535) {
106 ExtInfo->McastPort = (UINT16) Num;
122 Num = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Str);
124 if (Num != 0 && Num != 1) {
128 ExtInfo->IsMaster = (BOOLEAN) (Num == 1);
146 @param[in] Count The num of the extension options.
249 @param[in, out] Count The num of the Options on input.
    [all...]
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 20 int Num;
57 A1[0].Num = 21;
58 A1[7].Num = 17;
61 A2[0].Num = 121;
62 A2[7].Num = 117;
65 A3[0].Num = 221;
66 A3[7].Num = 217;
68 EXPECT_EQ(21, A1[0].Num);
69 EXPECT_EQ(17, A1[7].Num);
70 EXPECT_EQ(121, A2[0].Num);
    [all...]
  /external/python/cpython2/Demo/rpc/
rnusersclient.py 43 def Num(self):
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 237 UINT32 Num;
353 Num = (Packet->TotalSize + Mtu - 1) / Mtu;
360 PacketLen = Packet->TotalSize - (Num - 1) * Mtu;
361 Offset = Mtu * (Num - 1);
363 for (Index = 0; Index < Num - 1; Index++, Offset -= Mtu) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.c 83 UINT32 Num;
87 Num = 0;
90 Num = Num * 10 + (*Str - '0');
93 return Num;
178 UINT8 Num;
182 Num = 0;
206 Num++;
208 if ((Options != NULL) && (Num <= *Count)) {
209 Options[Num - 1].OptionStr = Name;
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
BlotMapVector.h 53 size_t Num = Vector.size();
54 Pair.first->second = Num;
56 return Vector[Num].second;
65 size_t Num = Vector.size();
66 Pair.first->second = Num;
68 return std::make_pair(Vector.begin() + Num, true);
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 50 unsigned Num = PHINode::getIncomingValueNumForOperand(U.getOperandNo());
51 UseBlock = PN->getIncomingBlock(Num);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Sink.cpp 85 unsigned Num = PHINode::getIncomingValueNumForOperand(I.getOperandNo());
86 UseBlock = PN->getIncomingBlock(Num);
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 391 // Num returns the numerator of x; it may be <= 0.
395 func (x *Rat) Num() *Int {
  /prebuilts/go/linux-x86/src/math/big/
rat.go 391 // Num returns the numerator of x; it may be <= 0.
395 func (x *Rat) Num() *Int {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.c 822 UINTN Num;
853 Num = SMBiosTable->NumberOfSmbiosStructures;
857 for (Index = 1; Index <= Num; Index++) {
902 UINTN Num;
933 Num = mNumberOfSmbios64BitStructures;
937 for (Index = 1; Index <= Num; Index++) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 183 unsigned Num = I->getNumber();
184 BlockFrequency[Num] = Freq;
185 nodes[bundles->getBundle(Num, 1)].Scale[0] += Freq;
186 nodes[bundles->getBundle(Num, 0)].Scale[1] += Freq;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 23 unsigned Num, raw_ostream &OS) {
24 OS << "static const unsigned ImplicitList" << Num << "[] = { ";
252 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
264 OS << Num << ",\t" << MinOperands << ",\t"
333 OS << " }, // Inst #" << Num << " = " << Inst.TheDef->getName() << "\n";
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
GCMetadata.h 69 int Num; ///< Usually a frame index.
74 GCRoot(int N, const Constant *MD) : Num(N), Metadata(MD) {}
112 /// addStackRoot - Registers a root that lives on the stack. Num is the
115 void addStackRoot(int Num, const Constant *Metadata) {
116 Roots.push_back(GCRoot(Num, Metadata));
124 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
GCMetadata.h 69 int Num; ///< Usually a frame index.
74 GCRoot(int N, const Constant *MD) : Num(N), Metadata(MD) {}
112 /// addStackRoot - Registers a root that lives on the stack. Num is the
115 void addStackRoot(int Num, const Constant *Metadata) {
116 Roots.push_back(GCRoot(Num, Metadata));
124 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
GCMetadata.h 69 int Num; ///< Usually a frame index.
74 GCRoot(int N, const Constant *MD) : Num(N), Metadata(MD) {}
112 /// addStackRoot - Registers a root that lives on the stack. Num is the
115 void addStackRoot(int Num, const Constant *Metadata) {
116 Roots.push_back(GCRoot(Num, Metadata));
124 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
GCMetadata.h 69 int Num; ///< Usually a frame index.
74 GCRoot(int N, const Constant *MD) : Num(N), Metadata(MD) {}
112 /// addStackRoot - Registers a root that lives on the stack. Num is the
115 void addStackRoot(int Num, const Constant *Metadata) {
116 Roots.push_back(GCRoot(Num, Metadata));
124 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
GCMetadata.h 69 int Num; ///< Usually a frame index.
74 GCRoot(int N, const Constant *MD) : Num(N), Metadata(MD) {}
112 /// addStackRoot - Registers a root that lives on the stack. Num is the
115 void addStackRoot(int Num, const Constant *Metadata) {
116 Roots.push_back(GCRoot(Num, Metadata));
124 /// addSafePoint - Notes the existence of a safe point. Num is the ID of the

Completed in 881 milliseconds

1 2 3 4 5