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

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Mbr.c 47 INTN Index1;
58 for (Index1 = 0; Index1 < MAX_MBR_PARTITIONS; Index1++) {
59 if (Mbr->Partition[Index1].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) == 0) {
64 StartingLBA = UNPACK_UINT32 (Mbr->Partition[Index1].StartingLBA);
65 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
84 for (Index2 = Index1 + 1; Index2 < MAX_MBR_PARTITIONS; Index2++) {
92 // This region overlaps with the Index1'th region
    [all...]
Gpt.c 704 UINTN Index1;
708 for (Index1 = 0; Index1 < PartHeader->NumberOfPartitionEntries; Index1++) {
709 Entry = (EFI_PARTITION_ENTRY *) ((UINT8 *) PartEntry + Index1 * PartHeader->SizeOfPartitionEntry);
722 PEntryStatus[Index1].OutOfRange = TRUE;
730 PEntryStatus[Index1].OsSpecific = TRUE;
733 for (Index2 = Index1 + 1; Index2 < PartHeader->NumberOfPartitionEntries; Index2++) {
741 // This region overlaps with the Index1'th region
743 PEntryStatus[Index1].Overlap = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
Dimm.c 211 UINTN Index1;
247 for (Index1 = 0; Index1 < Index; Index1++) {
249 Command = Offset + Index1;
258 &Buffer[Index1]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
Part.c 328 INTN Index1;
339 for (Index1 = 0; Index1 < MAX_MBR_PARTITIONS; Index1++) {
340 if (Mbr->Partition[Index1].OSIndicator == 0x00 || UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) == 0) {
345 StartingLBA = UNPACK_UINT32 (Mbr->Partition[Index1].StartingLBA);
346 EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
362 for (Index2 = Index1 + 1; Index2 < MAX_MBR_PARTITIONS; Index2++) {
370 // This region overlaps with the Index1'th region
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Ppi/
Ppi.c 608 INTN Index1;
617 for (Index1 = NotifyStartIndex; Index1 > NotifyStopIndex; Index1--) {
618 NotifyDescriptor = PrivateData->PpiData.PpiListPtrs[Index1].Notify;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 161 UINTN Index1;
262 for(Index1 = 0; Index1 < NumberOfHandles; Index1++) {
264 HandleBuffer[Index1],
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 38 UINTN Index1;
59 Index1 = 0;
61 GaugeString[Index1] = PdbFileName[Index];
62 Index1++;
63 if (Index1 == PERF_TOKEN_LENGTH) {
68 GaugeString[Index1] = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmPerformance.c 40 UINTN Index1;
61 Index1 = 0;
63 GaugeString[Index1] = PdbFileName[Index];
64 Index1++;
65 if (Index1 == StringSize - 1) {
70 GaugeString[Index1] = 0;
BmMisc.c 144 UINTN Index1;
220 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) {
221 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
225 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) {
234 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtDxe.c 234 UINTN Index1;
323 for (Index1 = 0; Index1 < NumberOfHandles; Index1++){
325 HandleBuffer[Index1],
327 (VOID **)&FmpBuf[Index1]
335 Status = FmpBuf[Index1]->GetImageInfo (
336 FmpBuf[Index1],
347 FmpImageInfoBuf[Index1] = AllocateZeroPool(ImageInfoSize);
348 if (FmpImageInfoBuf[Index1] == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
Md5.c 185 UINT32 Index1;
200 for (Index1 = 0; Index1 < 4; Index1++) {
201 IndexD = Md5_Data[Index1][0];
203 SA += (*Md5_F[Index1]) (SB, SC, SD) + Data[IndexD] + Md5_T[IndexT];
204 SA = ROTATE_LEFT (SA, Md5_S[Index1][Index2 & 3]);
207 IndexD += Md5_Data[Index1][1];
214 for (Index1 = 0; Index1 < 4; Index1++) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
AesCore.c 138 UINTN Index1;
161 for (Index1 = Index2 = 0; Index1 < Nk; Index1++, Index2 += 4) {
162 LOAD32H (Ek[Index1], Key + Index2);
179 for (Index1 = 1; Index1 < Nk && (Index1 + Index2) < Nw; Index1++) {
180 Ek [Index1 + Index2] = Ek [Index1 + Index2 - Nk] ^ Ek[Index1 + Index2 - 1];
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 38 UINTN Index1;
59 Index1 = 0;
61 GaugeString[Index1] = PdbFileName[Index];
62 Index1++;
63 if (Index1 == PERF_TOKEN_LENGTH - 1) {
68 GaugeString[Index1] = 0;
  /external/llvm/lib/Option/
ArgList.cpp 368 unsigned Index1 = MakeIndex(String1);
369 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
370 (void) Index1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
ArgList.cpp 237 unsigned Index1 = MakeIndex(String1);
238 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
239 (void) Index1;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 96 UINTN Index1;
117 Index1 = 0;
119 GaugeString[Index1] = PdbFileName[Index];
120 Index1++;
121 if (Index1 == EFI_PERF_PDBFILENAME_LENGTH - 1) {
126 GaugeString[Index1] = 0;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
PerformanceLib.c 104 UINTN Index1;
125 Index1 = 0;
127 GaugeString[Index1] = PdbFileName[Index];
128 Index1++;
129 if (Index1 == EFI_PERF_PDBFILENAME_LENGTH - 1) {
134 GaugeString[Index1] = 0;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwPadFile.c 1016 UINTN Index1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 682 PCI_RESOURCE_TYPE Index1;
762 for (Index1 = TypeIo; Index1 < TypeBus; Index1++) {
763 if (RootBridge->ResAllocNode[Index1].Status == ResNone) {
764 ResNodeHandled[Index1] = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 437 UINTN Index1;
445 for (Index1 = 0; Index1 < AddressCount; Index1++) {
452 &Addresses[Index1],
491 UINTN Index1;
529 for (Index1 = 0; Index1 < AddressCount; Index1++) {
536 &Addresses[Index1],
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.c 850 UINTN Index1;
874 for (Index1 = 0; Index1 < MAX_IRQ_PRIORITY_ENTRIES; Index1++) {
875 if ((IrqPriorityTable[Index1].Used == MatchData) &&
876 (IrqPriorityTable[Index1].Irq != 0)) {
877 PirqData = IrqPriorityTable[Index1].Irq;
878 IrqPriorityTable[Index1].Used = 0xff;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.c 286 PCI_RESOURCE_TYPE Index1;
358 for (Index1 = TypeIo; Index1 < TypeBus; Index1++) {
359 ResNodeHandled[Index1] = FALSE;
368 for (Index1 = TypeIo; Index1 < TypeBus; Index1++) {
369 if (RootBridgeInstance->ResAllocNode[Index1].Status == ResNone) {
370 ResNodeHandled[Index1] = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriver.c 520 UINTN Index1;
560 for (Index1 = 0; Index1 < NumProtocolHandles; Index1++) {
567 TmpHandle = ProtocolHandlesBuffer[Index1];
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 95 typedef typename BVH1::Index Index1;
109 std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRootIndex()));
238 typedef typename BVH1::Index Index1;
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority

Completed in 2186 milliseconds

1 2 3