Searched defs:StartIndex (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c97 UINTN StartIndex; local
113 StartIndex = 0;
116 StartIndex = Index;
125 for (Index = StartIndex; Index < (sizeof(mSectionArray) / sizeof (mSectionArray[0])); Index++) {
H A DLegacyPlatform.c120 UINTN StartIndex; local
131 StartIndex = *DeviceIndex;
200 if (*DeviceIndex != StartIndex) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c39 UINTN StartIndex; local
45 StartIndex = 0;
51 StartIndex = Index + 1;
60 for (Index = StartIndex; Index < EndIndex; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c157 UINTN StartIndex; local
165 StartIndex = 0;
170 StartIndex = IndexA + 1;
179 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiFont.h49 UINTN StartIndex; member in struct:_EFI_HII_ROW_INFO
52 /// If this is the same as StartIndex, then no characters are displayed.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.c404 IN OUT UINTN *StartIndex,
414 The current counter is saved in StartIndex and when the section is found, it's
423 StartIndex The current counter is saved.
442 (*StartIndex)++;
445 if (*StartIndex == Instance) {
467 StartIndex,
400 SearchSectionByType( IN EFI_FILE_SECTION_POINTER FirstSection, IN UINT8 *SearchEnd, IN EFI_SECTION_TYPE SectionType, IN OUT UINTN *StartIndex, IN UINTN Instance, OUT EFI_FILE_SECTION_POINTER *Section ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c727 UINTN StartIndex; local
742 StartIndex = 0;
745 StartIndex = Index + 1;
754 EfiFileName[Index] = Image->ImageContext.PdbPointer[Index + StartIndex];
770 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "%a", EfiFileName)); // &Image->ImageContext.PdbPointer[StartIndex]));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c594 UINTN StartIndex; local
609 StartIndex = 0;
612 StartIndex = Index + 1;
621 EfiFileName[Index] = ImageContext.PdbPointer[Index + StartIndex];
637 DEBUG ((DEBUG_INFO | DEBUG_LOAD, "%a", EfiFileName)); // &Image->ImageContext.PdbPointer[StartIndex]));
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c750 (from StartIndex to EndIndex) that contains the memory range
757 @param StartIndex Start index into the Gcd Memory Space Map.
770 OUT UINTN *StartIndex,
776 *StartIndex = 0;
781 *StartIndex = Index;
819 UINTN StartIndex; local
832 &StartIndex,
842 for (Index = StartIndex; Index <= EndIndex; Index++) {
765 SearchGcdMemorySpaces( IN EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap, IN UINTN NumberOfDescriptors, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, OUT UINTN *StartIndex, OUT UINTN *EndIndex ) argument

Completed in 70 milliseconds