H A D | Decompress.c | 667 OUT UINT32 *DstSize, 680 DstSize - The size of destination buffer. 699 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24); 708 IN UINT32 DstSize, 723 DstSize - The size of destination buffer. 763 if (DstSize != OrigSize) { 802 OUT UINT32 *DstSize, 815 DstSize - The size of destination buffer. 825 return GetInfo (Source, SrcSize, DstSize, ScratchSize); 832 OUT UINT32 *DstSize, 664 GetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument 704 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument 799 EfiGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument 829 TianoGetInfo( IN VOID *Source, IN UINT32 SrcSize, OUT UINT32 *DstSize, OUT UINT32 *ScratchSize ) argument 859 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument 894 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument 929 Extract( IN VOID *Source, IN UINT32 SrcSize, OUT VOID **Destination, OUT UINT32 *DstSize, IN UINTN Algorithm ) argument [all...] |