Home | History | Annotate | Download | only in AcpiS3SaveDxe

Lines Matching refs:Index

98   UINTN                              Index;

110 for (Index = 0; Index < EntryCount; Index ++, EntryPtr ++) {
136 UINTN Index;
149 for (Index = 0; Index < EntryCount; Index ++) {
150 CopyMem (&EntryPtr, (VOID *)(BasePtr + Index * sizeof(UINT64)), sizeof(UINT64));
212 UINTN Index;
218 for (Index = 0; Index < gST->NumberOfTableEntries; Index++) {
219 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), AcpiTableGuid)) {
223 Rsdp = gST->ConfigurationTable[Index].VendorTable;