Home | History | Annotate | Download | only in Common

Lines Matching refs:Decompress

19 #include "Decompress.h"

700 Decompress (
712 The implementation Efi and Tiano Decompress().
720 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
780 // Decompress it
805 The implementation Efi Decompress GetInfo().
835 The implementation Tiano Decompress GetInfo().
867 The implementation of Efi Decompress().
875 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
886 return Decompress (Source, SrcSize, Destination, DstSize, Scratch, ScratchSize);
902 The implementation of Tiano Decompress().
910 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
921 return Decompress (Source, SrcSize, Destination, DstSize, Scratch, ScratchSize);