Searched refs:UncompressedLength (Results 1 – 12 of 12) sorted by relevance
279 UINT32 UncompressedLength; in Decompress() local290 UncompressedLength = ((EFI_COMPRESSION_SECTION2 *) CompressionSection)->UncompressedLength; in Decompress()295 UncompressedLength = CompressionSection->UncompressedLength; in Decompress()361 DstBufferSize = UncompressedLength; in Decompress()
665 UINT32 UncompressedLength; in Decompress() local676 UncompressedLength = ((EFI_COMPRESSION_SECTION2 *) CompressionSection)->UncompressedLength; in Decompress()681 UncompressedLength = CompressionSection->UncompressedLength; in Decompress()756 DstBufferSize = UncompressedLength; in Decompress()
691 UINT32 UncompressedLength; in CreateChildNode() local740 UncompressedLength = ((EFI_COMPRESSION_SECTION2 *) CompressionHeader)->UncompressedLength; in CreateChildNode()745 UncompressedLength = CompressionHeader->UncompressedLength; in CreateChildNode()752 if (UncompressedLength > 0) { in CreateChildNode()753 NewStreamBufferSize = UncompressedLength; in CreateChildNode()784 if (EFI_ERROR (Status) || (NewStreamBufferSize != UncompressedLength)) { in CreateChildNode()
740 UINT32 UncompressedLength; in CreateChildNode() local789 UncompressedLength = ((EFI_COMPRESSION_SECTION2 *) CompressionHeader)->UncompressedLength; in CreateChildNode()794 UncompressedLength = CompressionHeader->UncompressedLength; in CreateChildNode()801 if (UncompressedLength > 0) { in CreateChildNode()802 NewStreamBufferSize = UncompressedLength; in CreateChildNode()833 if (EFI_ERROR (Status) || (NewStreamBufferSize != UncompressedLength)) { in CreateChildNode()
276 UINT32 UncompressedLength; member291 UINT32 UncompressedLength; member
1648 UINT32 UncompressedLength; in ParseSection() local1817 UncompressedLength = ((EFI_COMPRESSION_SECTION *)Ptr)->UncompressedLength; in ParseSection()1821 UncompressedLength = ((EFI_COMPRESSION_SECTION2 *)Ptr)->UncompressedLength; in ParseSection()1825 printf (" Uncompressed Length: 0x%08X\n", (unsigned) UncompressedLength); in ParseSection()1829 if (CompressedLength != UncompressedLength) { in ParseSection()1854 if (DstSize != UncompressedLength) { in ParseSection()1864 UncompressedBuffer = malloc (UncompressedLength); in ParseSection()1874 UncompressedLength, in ParseSection()1889 Status = ParseSection (UncompressedBuffer, UncompressedLength); in ParseSection()
181 UINT32 UncompressedLength; member187 UINT32 UncompressedLength; member
127 UINT32 UncompressedLength; member
528 def __init__(m, CompressedData=None, CompressionType=None, UncompressedLength=None): argument530 if UncompressedLength != None:531 m.UncompressedLength = UncompressedLength539 S = "algorithm=%s uncompressed=%x" % (m.CompressionType, m.UncompressedLength)588 UncompressedLength = property(_GetOriginalSize, _SetOriginalSize) variable in CompressedImage
769 CompressionSect2->UncompressedLength = InputLength; in GenSectionCompressionSection()778 CompressionSect->UncompressedLength = InputLength; in GenSectionCompressionSection()
535 CompressionSect.UncompressedLength = InputLength; in GenSectionCompressionSection()
706 CompressionSet.UncompressedLength = DataSize; in CompressSection()