Home
last modified time | relevance | path

Searched refs:StartIndex (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c41 OUT UINTN *StartIndex, in SearchGcdMemorySpaces() argument
47 *StartIndex = 0; in SearchGcdMemorySpaces()
52 *StartIndex = Index; in SearchGcdMemorySpaces()
91 UINTN StartIndex; in SetGcdMemorySpaceAttributes() local
114 &StartIndex, in SetGcdMemorySpaceAttributes()
124 for (Index = StartIndex; Index <= EndIndex; Index++) { in SetGcdMemorySpaceAttributes()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c39 UINTN StartIndex; in GetShortPdbFileName() local
45 StartIndex = 0; in GetShortPdbFileName()
51 StartIndex = Index + 1; in GetShortPdbFileName()
60 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c41 UINTN StartIndex; in BmGetShortPdbFileName() local
47 StartIndex = 0; in BmGetShortPdbFileName()
53 StartIndex = Index + 1; in BmGetShortPdbFileName()
62 for (Index = StartIndex; Index < EndIndex; Index++) { in BmGetShortPdbFileName()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpUtilities.c146 UINTN StartIndex; in DpGetShortPdbFileName() local
154 StartIndex = 0; in DpGetShortPdbFileName()
159 StartIndex = IndexA + 1; in DpGetShortPdbFileName()
168 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) { in DpGetShortPdbFileName()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c39 UINTN StartIndex; in GetShortPdbFileName() local
45 StartIndex = 0; in GetShortPdbFileName()
51 StartIndex = Index + 1; in GetShortPdbFileName()
60 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c536 OUT UINTN *StartIndex, in SearchGcdMemorySpaces() argument
542 *StartIndex = 0; in SearchGcdMemorySpaces()
547 *StartIndex = Index; in SearchGcdMemorySpaces()
585 UINTN StartIndex; in SetGcdMemorySpaceAttributes() local
598 &StartIndex, in SetGcdMemorySpaceAttributes()
608 for (Index = StartIndex; Index <= EndIndex; Index++) { in SetGcdMemorySpaceAttributes()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpUtilities.c161 UINTN StartIndex; in GetShortPdbFileName() local
169 StartIndex = 0; in GetShortPdbFileName()
174 StartIndex = IndexA + 1; in GetShortPdbFileName()
183 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyRegion.c116 UINTN StartIndex; in LegacyRegionManipulationInternal() local
132 StartIndex = 0; in LegacyRegionManipulationInternal()
135 StartIndex = Index; in LegacyRegionManipulationInternal()
144 for (Index = StartIndex; Index < ARRAY_SIZE (mSectionArray); Index++) { in LegacyRegionManipulationInternal()
DLegacyPlatform.c120 UINTN StartIndex; in FindAllDeviceTypes() local
131 StartIndex = *DeviceIndex; in FindAllDeviceTypes()
200 if (*DeviceIndex != StartIndex) { in FindAllDeviceTypes()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DFvLib.c398 IN OUT UINTN *StartIndex, in SearchSectionByType() argument
436 (*StartIndex)++; in SearchSectionByType()
439 if (*StartIndex == Instance) { in SearchSectionByType()
461 StartIndex, in SearchSectionByType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFvLib.c397 IN OUT UINTN *StartIndex, in SearchSectionByType() argument
439 (*StartIndex)++; in SearchSectionByType()
442 if (*StartIndex == Instance) { in SearchSectionByType()
471 StartIndex, in SearchSectionByType()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
DPerformanceLib.c105 UINTN StartIndex; in GetShortPdbFileName() local
111 StartIndex = 0; in GetShortPdbFileName()
117 StartIndex = Index + 1; in GetShortPdbFileName()
126 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DPerf.c97 UINTN StartIndex; in GetShortPdbFileName() local
103 StartIndex = 0; in GetShortPdbFileName()
109 StartIndex = Index + 1; in GetShortPdbFileName()
118 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c654 INT32 StartIndex; in PeiLoadImageLoadImage() local
674 StartIndex = 0; in PeiLoadImageLoadImage()
677 StartIndex = Index + 1; in PeiLoadImageLoadImage()
687 EfiFileName[Index] = AsciiString[Index + StartIndex]; in PeiLoadImageLoadImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
DHiiFont.h48 UINTN StartIndex; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DBlockIoCrypto.h330 IN UINT64 StartIndex,
DHiiFont.h49 UINTN StartIndex; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c1890 RowInfo[RowIndex].StartIndex = Index; in HiiStringToImage()
1949 if (Index > RowInfo[RowIndex].StartIndex) { in HiiStringToImage()
1979 … for (Index1 = RowInfo[RowIndex].EndIndex; Index1 >= RowInfo[RowIndex].StartIndex; Index1--) { in HiiStringToImage()
1987 if (Index1 > RowInfo[RowIndex].StartIndex) { in HiiStringToImage()
2000 if (Index1 == RowInfo[RowIndex].StartIndex) in HiiStringToImage()
2008 if (Index1 == RowInfo[RowIndex].StartIndex) { in HiiStringToImage()
2024 if (Index1 > RowInfo[RowIndex].StartIndex) { in HiiStringToImage()
2074 for (Index1 = RowInfo[RowIndex].StartIndex; Index1 <= RowInfo[RowIndex].EndIndex; Index1++) { in HiiStringToImage()
2134 for (Index1 = RowInfo[RowIndex].StartIndex; Index1 <= RowInfo[RowIndex].EndIndex; Index1++) { in HiiStringToImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DDispatcher.c656 UINTN StartIndex; in SmmLoadImage() local
671 StartIndex = 0; in SmmLoadImage()
674 StartIndex = Index + 1; in SmmLoadImage()
683 EfiFileName[Index] = ImageContext.PdbPointer[Index + StartIndex]; in SmmLoadImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c196 UINTN StartIndex; in GetShortPdbFileName() local
204 StartIndex = 0; in GetShortPdbFileName()
208 StartIndex = IndexPdb + 1; in GetShortPdbFileName()
217 for (IndexPdb = StartIndex; IndexPdb < EndIndex; IndexPdb++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DGenCfgOpt.py1159 StartIndex = 0
1168 StartIndex = Index - 1
1172 StructStart.append(StartIndex)
1205 StartIndex = 0
1214 StartIndex = Index - 1
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c731 UINTN StartIndex; in CoreLoadPeImage() local
746 StartIndex = 0; in CoreLoadPeImage()
749 StartIndex = Index + 1; in CoreLoadPeImage()
758 EfiFileName[Index] = Image->ImageContext.PdbPointer[Index + StartIndex]; in CoreLoadPeImage()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLibPrint.c539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1; in InternalPrintGraphic()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLibPrint.c539 PrintNum = RowInfoArray[0].EndIndex - RowInfoArray[0].StartIndex + 1; in InternalPrintGraphic()