Home
last modified time | relevance | path

Searched refs:ParsedLength (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
DFwVol.c249 UINT32 ParsedLength; in SecFfsFindSectionData() local
261 ParsedLength = 0; in SecFfsFindSectionData()
262 while (ParsedLength < FileSize) { in SecFfsFindSectionData()
275 ParsedLength += SectionLength; in SecFfsFindSectionData()
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
DFwVol.c245 UINT32 ParsedLength; in SecFfsFindSectionData() local
257 ParsedLength = 0; in SecFfsFindSectionData()
258 while (ParsedLength < FileSize) { in SecFfsFindSectionData()
271 ParsedLength += SectionLength; in SecFfsFindSectionData()
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DDebugAgentSymbolsBaseLib.c181 UINTN ParsedLength; in GetImageContext() local
193 ParsedLength = 0; in GetImageContext()
196 while (ParsedLength < SectionSize) { in GetImageContext()
210 ParsedLength += SectionLength; in GetImageContext()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1644 UINT32 ParsedLength; in ParseSection() local
1670 ParsedLength = 0; in ParseSection()
1674 while (ParsedLength < BufferLength) { in ParseSection()
1675 Ptr = SectionBuffer + ParsedLength; in ParseSection()
1686 ParsedLength += 4; in ParseSection()
2054 ParsedLength += SectionLength; in ParseSection()
2058 ParsedLength = GetOccupiedSize (ParsedLength, 4); in ParseSection()
2061 if (ParsedLength < BufferLength) { in ParseSection()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
DFwVol.c297 UINT32 ParsedLength; in FfsProcessSection() local
308 ParsedLength = 0; in FfsProcessSection()
310 while (ParsedLength < SectionSize) { in FfsProcessSection()
408 ParsedLength += SectionLength; in FfsProcessSection()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
DFwVol.c761 UINT32 ParsedLength; in ProcessSection() local
777 ParsedLength = 0; in ProcessSection()
782 while (ParsedLength < SectionSize) { in ProcessSection()
795 ParsedLength += SectionLength; in ProcessSection()
828 ParsedLength += SectionLength; in ProcessSection()
959 ParsedLength += SectionLength; in ProcessSection()