Home
last modified time | relevance | path

Searched refs:EndIndex (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmPerformance.c42 UINTN EndIndex; in BmGetShortPdbFileName() local
48 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in BmGetShortPdbFileName()
57 EndIndex = Index; in BmGetShortPdbFileName()
62 for (Index = StartIndex; Index < EndIndex; Index++) { in BmGetShortPdbFileName()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c40 UINTN EndIndex; in GetShortPdbFileName() local
46 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in GetShortPdbFileName()
55 EndIndex = Index; in GetShortPdbFileName()
60 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
DCpuMmuCommon.c42 OUT UINTN *EndIndex in SearchGcdMemorySpaces() argument
48 *EndIndex = 0; in SearchGcdMemorySpaces()
56 *EndIndex = Index; in SearchGcdMemorySpaces()
92 UINTN EndIndex; in SetGcdMemorySpaceAttributes() local
115 &EndIndex in SetGcdMemorySpaceAttributes()
124 for (Index = StartIndex; Index <= EndIndex; Index++) { in SetGcdMemorySpaceAttributes()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpUtilities.c143 UINTN EndIndex; in DpGetShortPdbFileName() local
151 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in DpGetShortPdbFileName()
159 EndIndex = IndexA; in DpGetShortPdbFileName()
164 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) { in DpGetShortPdbFileName()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DPerformance.c40 UINTN EndIndex; in GetShortPdbFileName() local
46 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in GetShortPdbFileName()
55 EndIndex = Index; in GetShortPdbFileName()
60 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpUtilities.c157 UINTN EndIndex; in GetShortPdbFileName() local
165 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in GetShortPdbFileName()
173 EndIndex = IndexA; in GetShortPdbFileName()
178 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuDxe.c522 OUT UINTN *EndIndex in SearchGcdMemorySpaces() argument
528 *EndIndex = 0; in SearchGcdMemorySpaces()
536 *EndIndex = Index; in SearchGcdMemorySpaces()
571 UINTN EndIndex; in SetGcdMemorySpaceAttributes() local
584 &EndIndex in SetGcdMemorySpaceAttributes()
593 for (Index = StartIndex; Index <= EndIndex; Index++) { in SetGcdMemorySpaceAttributes()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Nv.c144 UINTN EndIndex; in Ip4Config2StrToIpList() local
151 EndIndex = BeginIndex; in Ip4Config2StrToIpList()
199 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16)); in Ip4Config2StrToIpList()
207 CopyMem (StrTemp, Str + BeginIndex, (EndIndex - BeginIndex) * sizeof(CHAR16)); in Ip4Config2StrToIpList()
208 *(StrTemp + (EndIndex - BeginIndex)) = L'\0'; in Ip4Config2StrToIpList()
218 BeginIndex = EndIndex; in Ip4Config2StrToIpList()
225 EndIndex++; in Ip4Config2StrToIpList()
228 EndIndex++; in Ip4Config2StrToIpList()
236 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16)); in Ip4Config2StrToIpList()
244 CopyMem (StrTemp, Str + BeginIndex, (EndIndex - BeginIndex) * sizeof(CHAR16)); in Ip4Config2StrToIpList()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxePerformanceLib/
DPerformanceLib.c106 UINTN EndIndex; in GetShortPdbFileName() local
112 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in GetShortPdbFileName()
121 EndIndex = Index; in GetShortPdbFileName()
126 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DPerf.c98 UINTN EndIndex; in GetShortPdbFileName() local
104 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++) in GetShortPdbFileName()
113 EndIndex = Index; in GetShortPdbFileName()
118 for (Index = StartIndex; Index < EndIndex; Index++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c122 UINTN EndIndex; in GetShortPdbFileName() local
130 for (EndIndex = 0; PdbFileName[EndIndex] != 0; EndIndex++); in GetShortPdbFileName()
137 EndIndex = IndexA; in GetShortPdbFileName()
142 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) { in GetShortPdbFileName()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiFont/
DHiiFont.h49 UINTN EndIndex; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHiiFont.h54 UINTN EndIndex; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c1927 RowInfo[RowIndex].EndIndex = Index; in HiiStringToImage()
1942 RowInfo[RowIndex].EndIndex = Index - 1; in HiiStringToImage()
1966 … for (Index1 = RowInfo[RowIndex].EndIndex; Index1 >= RowInfo[RowIndex].StartIndex; Index1--) { in HiiStringToImage()
1967 if (Index1 == RowInfo[RowIndex].EndIndex) { in HiiStringToImage()
1975 RowInfo[RowIndex].EndIndex = Index1 - 1; in HiiStringToImage()
2009 Index1 = RowInfo[RowIndex].EndIndex; in HiiStringToImage()
2017 RowInfo[RowIndex].EndIndex = Index1 - 1; in HiiStringToImage()
2056 for (Index1 = RowInfo[RowIndex].StartIndex; Index1 <= RowInfo[RowIndex].EndIndex; Index1++) { in HiiStringToImage()
2116 for (Index1 = RowInfo[RowIndex].StartIndex; Index1 <= RowInfo[RowIndex].EndIndex; Index1++) { in HiiStringToImage()
/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()