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.c1229 UINT32 ParsedLength; in ParseSection() local
1253 ParsedLength = 0; in ParseSection()
1254 while (ParsedLength < BufferLength) { in ParseSection()
1255 Ptr = SectionBuffer + ParsedLength; in ParseSection()
1266 ParsedLength += 4; in ParseSection()
1534 ParsedLength += SectionLength; in ParseSection()
1538 ParsedLength = GetOccupiedSize (ParsedLength, 4); in ParseSection()
1541 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.c745 UINT32 ParsedLength; in ProcessSection() local
761 ParsedLength = 0; in ProcessSection()
766 while (ParsedLength < SectionSize) { in ProcessSection()
779 ParsedLength += SectionLength; in ProcessSection()
812 ParsedLength += SectionLength; in ProcessSection()
943 ParsedLength += SectionLength; in ProcessSection()