/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/ |
D | GenVtf.c | 373 VtfInfo->CompSize = 0; in ParseAndUpdateComponents() 381 VtfInfo->CompSize = (UINTN) StringValue; in ParseAndUpdateComponents() 798 NumFitComponents = TmpFitPtr->CompSize; in GetNextAvailableFitPtr() 874 for (Index = 0; Index < FitTable->CompSize; Index++) { in SortFitTable() 930 CompFitPtr->CompSize = ((UINT32) Size) / 16; in UpdateFitEntryForFwVolume() 996 CompFitPtr->CompSize = VtfInfo->CompSize; in UpdateFitEntryForNonVTFComp() 1210 if (FileSize > VtfInfo->CompSize) { in CreateAndUpdateComponent() 1216 FileSize = VtfInfo->CompSize; in CreateAndUpdateComponent() 1304 CompFitPtr->CompSize = (UINT32) (FileSize / 16); in CreateAndUpdateComponent() 1399 if (FileSize > VtfInfo->CompSize) { in CreateAndUpdatePAL_A() [all …]
|
D | GenVtf.h | 138 UINTN CompSize; member 154 UINT32 CompSize; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/ |
D | GenFvImageLib.h | 45 UINT32 CompSize; member
|
D | GenFvImageLib.c | 3182 NumFitComponents = TmpFitPtr->CompSize; in UpdatePeiCoreEntryInFit() 3219 FitTablePtr->CheckSum = CalculateChecksum8 ((UINT8 *) FitTablePtr, FitTablePtr->CompSize * 16); in UpdateFitCheckSum()
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 731 UINT32 CompSize; in Decompress() local 753 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress() 763 if (SrcSize < CompSize + 8) { in Decompress() 800 Sd->mCompSize = CompSize; in Decompress()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | Decompress.c | 738 UINT32 CompSize; in Decompress() local 759 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress() 769 if (SrcSize < CompSize + 8) { in Decompress() 805 Sd->mCompSize = CompSize; in Decompress()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | Decompress.c | 731 UINT32 CompSize; in Decompress() local 752 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress() 755 if (SrcSize < CompSize + 8) { in Decompress() 771 Sd->mCompSize = CompSize; in Decompress()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLib.c | 744 UINT32 CompSize; in UefiDecompress() local 759 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in UefiDecompress() 782 Sd->mCompSize = CompSize; in UefiDecompress()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Decompress.c | 882 UINT32 CompSize; in Decompress() local 903 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress() 913 if (SrcSize < CompSize + 8) { in Decompress() 949 Sd->mCompSize = CompSize; in Decompress()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLib.c | 775 UINT32 CompSize; in UefiDecompress() local 790 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in UefiDecompress() 816 Sd->mCompSize = CompSize; in UefiDecompress()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLib.c | 740 UINT32 CompSize; in UefiTianoDecompress() local 755 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in UefiTianoDecompress() 789 Sd->mCompSize = CompSize; in UefiTianoDecompress()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | Vtf.py | 140 ComponentObj.CompSize + \
|
D | FdfParser.py | 4350 CompStatementObj.CompSize = self.__Token 4352 CompStatementObj.CompSize = self.__Token 4354 CompStatementObj.CompSize = self.__Token
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/ |
D | GenFvInternalLib.h | 246 UINT32 CompSize; member
|
D | GenFvInternalLib.c | 2956 NumFitComponents = TmpFitPtr->CompSize; in UpdatePeiCoreEntryInFit() 2993 FitTablePtr->CheckSum = CalculateChecksum8 ((UINT8 *) FitTablePtr, FitTablePtr->CompSize * 16); in UpdateFitCheckSum()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
D | GenFfsFile.c | 623 UINT32 CompSize; in CompressSection() local 631 CompSize = 0; in CompressSection() 667 Status = CompressFunction (FileBuffer, DataSize, CompData, &CompSize); in CompressSection() 669 CompData = malloc (CompSize); in CompressSection() 674 Status = CompressFunction (FileBuffer, DataSize, CompData, &CompSize); in CompressSection() 685 TotalSize = CompSize + sizeof (EFI_COMPRESSION_SECTION); in CompressSection() 712 memcpy (FileBuffer + sizeof (CompressionSet), CompData, CompSize); in CompressSection()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/ |
D | FdfClass.py | 397 self.CompSize = None
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 2664 UINT32 CompSize; in Decompress() local 2681 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress() 2713 Sd->mCompSize = CompSize; in Decompress()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | FdfParserLite.py | 3512 CompStatementObj.CompSize = self.__Token 3514 CompStatementObj.CompSize = self.__Token 3516 CompStatementObj.CompSize = self.__Token
|