Home | History | Annotate | Download | only in PartitionDxe

Lines Matching defs:Index1

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