HomeSort by relevance Sort by last modified time
    Searched refs:ParsedLength (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
FwVol.c 249 UINT32 ParsedLength;
261 ParsedLength = 0;
262 while (ParsedLength < FileSize) {
275 ParsedLength += SectionLength;
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
FwVol.c 245 UINT32 ParsedLength;
257 ParsedLength = 0;
258 while (ParsedLength < FileSize) {
271 ParsedLength += SectionLength;
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/
DebugAgentSymbolsBaseLib.c 181 UINTN ParsedLength;
193 ParsedLength = 0;
196 while (ParsedLength < SectionSize) {
210 ParsedLength += SectionLength;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 297 UINT32 ParsedLength;
308 ParsedLength = 0;
310 while (ParsedLength < SectionSize) {
408 ParsedLength += SectionLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c 761 UINT32 ParsedLength;
777 ParsedLength = 0;
782 while (ParsedLength < SectionSize) {
795 ParsedLength += SectionLength;
828 ParsedLength += SectionLength;
    [all...]

Completed in 663 milliseconds