HomeSort by relevance Sort by last modified time
    Searched refs:Decompress (Results 26 - 50 of 71) sorted by null

12 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueUefi.h 81 #include EFI_PROTOCOL_DEFINITION(Decompress)
EdkIIGlueDxe.h 145 #include EFI_PROTOCOL_DEFINITION (Decompress)
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.h 53 #include <Protocol/Decompress.h>
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 49 #include <Protocol/Decompress.h>
731 EFI_DECOMPRESS_PROTOCOL *Decompress;
820 // Decompress the stream
822 Status = gBS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID **)&Decompress);
826 Status = Decompress->GetInfo (
827 Decompress,
849 Status = Decompress->Decompress (
850 Decompress,
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 30 Decompress
55 This function installs DXE IPL PPI and Decompress PPI. It also reloads
98 // Install DxeIpl and Decompress PPIs.
255 @param[out] OutputSize Holds the returned size of the decompress
265 Decompress (
306 // For compressed data, decompress them to destination buffer.
318 DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status));
341 // Call decompress function
350 // Decompress failed
352 DEBUG ((DEBUG_ERROR, "Decompress Failed - %r\n", Status));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 682 EFI_DECOMPRESS_PROTOCOL *Decompress;
771 // Decompress the stream
773 Status = CoreLocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID **)&Decompress);
775 ASSERT (Decompress != NULL);
777 Status = Decompress->GetInfo (
778 Decompress,
800 Status = Decompress->Decompress (
801 Decompress,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/
EfiCompressor.c 16 #include <Decompress.h>
80 PyErr_SetString(PyExc_Exception, "Failed to decompress\n");
157 PyErr_SetString(PyExc_Exception, "Failed to decompress\n");
196 STATIC INT8 DecompressDocs[] = "Decompress(): Decompress data using UEFI standard algorithm\n";
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.h 32 #include <Protocol/Decompress.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 14 Decompress.c
23 #include EFI_PROTOCOL_DEFINITION (Decompress)
92 Install EFI decompress protocol.
96 This - Pointer to get decompress protocol as output
100 EFI_SUCCESS - EFI decompress protocol successfully installed.
116 Install Tiano decompress protocol.
120 This - Pointer to get decompress protocol as output
124 EFI_SUCCESS - Tiano decompress protocol successfully installed.
847 Decompress (
860 The internal implementation of *_DECOMPRESS_PROTOCOL.Decompress().
    [all...]
  /external/brotli/csharp/org/brotli/dec/
BrotliInputStream.cs 178 Org.Brotli.Dec.Decode.Decompress(state);
  /external/curl/src/
mkhelp.pl 169 /* Decompress and send to stdout a gzip-compressed buffer */
  /external/python/cpython2/Lib/plat-irix5/
jpeg.py 42 def decompress(jpegdata): function
61 imgdata = decomp.Decompress(1, jpegdata)
86 imgdata, width, height, bytesperpixel = decompress(jpegdata)
  /external/python/cpython2/Lib/plat-irix6/
jpeg.py 42 def decompress(jpegdata): function
61 imgdata = decomp.Decompress(1, jpegdata)
86 imgdata, width, height, bytesperpixel = decompress(jpegdata)
  /external/puffin/src/
puffin_unittest.cc 171 void Decompress(const Buffer& puffed,
191 Decompress(puffed, original, &uncompress);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 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);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 14 Decompress.c
697 Decompress (
710 The internal implementation of *_DECOMPRESS_PROTOCOL.Decompress().
718 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
809 // Decompress it
874 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.Decompress().
883 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
896 return Decompress (
958 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.Decompress().
967 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 14 Decompress.c
703 Decompress (
716 The internal implementation of *_DECOMPRESS_PROTOCOL.Decompress().
724 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
814 // Decompress it
879 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.Decompress().
888 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
901 return Decompress (
963 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.Decompress().
972 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 19 Decompress.c
717 Decompress (
730 The internal implementation of *_DECOMPRESS_PROTOCOL.Decompress().
738 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
828 // Decompress it
893 The implementation is same as that of EFI_DECOMPRESS_PROTOCOL.Decompress().
902 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data.
915 return Decompress (
977 The implementation is same as that of EFI_TIANO_DECOMPRESS_PROTOCOL.Decompress().
986 Scratch - The buffer used internally by the decompress routine. This buffer is needed to store intermediate data
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeLoad.c 39 Decompress
183 // Install Decompress PPI.
641 @param OutputSize Holds the returned size of the decompress
651 Decompress (
693 // For compressed data, decompress them to destination buffer.
705 DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status));
728 // Call decompress function
737 // Decompress failed
739 DEBUG ((DEBUG_ERROR, "Decompress Failed - %r\n", Status));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 2 Internal include file for Tiano Decompress Library.
430 Decompress (
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.h 30 #include <Protocol/Decompress.h>
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 76 #include <Protocol/Decompress.h>
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciBus.h 40 #include <Protocol/Decompress.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Include/
PeiLib.h 29 #include EFI_PROTOCOL_DEFINITION (Decompress)
733 Install EFI decompress protocol.
737 This - Pointer to get decompress protocol as output
741 EFI_SUCCESS - EFI decompress protocol successfully installed.
754 Install Tiano decompress protocol.
758 This - Pointer to get decompress protocol as output
762 EFI_SUCCESS - Tiano decompress protocol successfully installed.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiApi.h 34 #include EFI_PPI_DEFINITION (Decompress)

Completed in 1101 milliseconds

12 3