Home
last modified time | relevance | path

Searched refs:Decompress (Results 1 – 25 of 2866) sorted by relevance

12345678910>>...115

/dports/devel/poco/poco-1.10.1-all/Zip/include/Poco/Zip/
H A DDecompress.h35 class Zip_API Decompress: public ParseCallback
48Decompress(std::istream& in, const Poco::Path& outputDir, bool flattenDirs = false, bool keepIncom…
55 ~Decompress();
69 Decompress(const Decompress&);
70 Decompress& operator=(const Decompress&);
83 inline const Decompress::ZipMapping& Decompress::mapping() const in mapping()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/
H A Dcompression.rs16 pub enum Decompress { enum
19 Zlib(flate2::Decompress),
44 pub fn init_decompress(&self, comp: &mut Decompress) { in init_decompress() argument
46 if let Decompress::Zlib(ref mut c) = *comp { in init_decompress()
49 *comp = Decompress::Zlib(flate2::Decompress::new(true)) in init_decompress()
52 *comp = Decompress::None in init_decompress()
65 pub fn init_decompress(&self, _: &mut Decompress) {} in init_decompress() argument
80 impl Decompress { impl
124 impl Decompress { implementation
131 Decompress::None => Ok(input), in decompress()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.IO.Compression/
H A DDeflateStreamTest.cs78 DeflateStream decompressing = new DeflateStream (backing, CompressionMode.Decompress); in CheckCompressDecompress()
91 DeflateStream decompressing = new DeflateStream (backing, CompressionMode.Decompress); in CheckDecompress()
105 DeflateStream compressing = new DeflateStream (backing, CompressionMode.Decompress); in CheckEmptyRead()
115 DeflateStream decompressing = new DeflateStream (backing, CompressionMode.Decompress); in CheckNullRead()
137 DeflateStream decompressing = new DeflateStream (backing, CompressionMode.Decompress); in CheckRangeRead()
204 DeflateStream decompress = new DeflateStream (backing, CompressionMode.Decompress); in CheckGetCanSeekProp()
225 DeflateStream decompress = new DeflateStream (backing, CompressionMode.Decompress); in CheckGetCanReadProp()
246 DeflateStream decompress = new DeflateStream (backing, CompressionMode.Decompress); in CheckGetCanWriteProp()
297 DeflateStream decompress = new DeflateStream (backing, CompressionMode.Decompress); in DisposeTest()
324 using (DeflateStream stream = new DeflateStream(ms, CompressionMode.Decompress)) in JunkAtTheEnd()
[all …]
H A DGzipStreamTest.cs77 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckCompressDecompress()
91 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckDecompress()
104 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckNullRead()
127 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckRangeRead()
140 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckInvalidDataRead()
155 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckClosedRead()
181 GZipStream decompressing = new GZipStream (backing, CompressionMode.Decompress); in CheckSeek()
200 GZipStream decompress = new GZipStream (backing, CompressionMode.Decompress); in CheckGetCanSeekProp()
221 GZipStream decompress = new GZipStream (backing, CompressionMode.Decompress); in CheckGetCanReadProp()
242 GZipStream decompress = new GZipStream (backing, CompressionMode.Decompress); in CheckGetCanWriteProp()
[all …]
/dports/devel/poco/poco-1.10.1-all/Zip/src/
H A DDecompress.cpp32 Decompress::Decompress(std::istream& in, const Poco::Path& outputDir, bool flattenDirs, bool keepIn… in Decompress() function in Poco::Zip::Decompress
49 …EOk += Poco::Delegate<Decompress, std::pair<const ZipLocalFileHeader, const Poco::Path>>(this, &De… in Decompress()
54 Decompress::~Decompress() in ~Decompress()
58 …EOk -= Poco::Delegate<Decompress, std::pair<const ZipLocalFileHeader, const Poco::Path>>(this, &De… in ~Decompress()
67 ZipArchive Decompress::decompressAllFiles() in decompressAllFiles()
75 bool Decompress::handleZipEntry(std::istream& zipStream, const ZipLocalFileHeader& hdr) in handleZipEntry()
181 void Decompress::onOk(const void*, std::pair<const ZipLocalFileHeader, const Poco::Path>& val) in onOk()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/clouds/dsp/fx/
H A Dfx_engine.h61 static inline float Decompress(T value) {
75 static inline float Decompress(T value) {
89 static inline float Decompress(T value) {
235 float a = DataType<format>::Decompress(
237 float b = DataType<format>::Decompress(
250 float x0 = DataType<format>::Decompress(
252 float x1 = DataType<format>::Decompress(
254 float x2 = DataType<format>::Decompress(
274 float a = DataType<format>::Decompress(
276 float b = DataType<format>::Decompress(
[all …]
/dports/lang/v8/v8-9.6.180.12/src/zone/
H A Dcompressed-zone-ptr.h48 DCHECK_EQ(value, Decompress());
69 T& operator*() const { return *Decompress(); }
70 T* operator->() const { return Decompress(); }
72 operator T*() const { return Decompress(); }
76 T* Decompress() const { in Decompress() function
78 ZoneCompression::Decompress(this, compressed_value_)); in Decompress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/zone/
H A Dcompressed-zone-ptr.h48 DCHECK_EQ(value, Decompress());
69 T& operator*() const { return *Decompress(); }
70 T* operator->() const { return Decompress(); }
72 operator T*() const { return Decompress(); }
76 T* Decompress() const { in Decompress() function
78 ZoneCompression::Decompress(this, compressed_value_)); in Decompress()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.uni2 // UEFI Decompress Library implementation.
4 // UEFI Decompress Library implementation.
13 …TR_MODULE_ABSTRACT #language en-US "UEFI Decompress Library and Tiano Custom Decompres…
15 … "Tiano custom decompression algorithm shares most of the code with the UEFI Decompress algorithm."
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.hxx49 virtual BitmapEx Decompress(const BitmapReplacement& rBitmapData) const = 0;
85 virtual BitmapEx Decompress(const BitmapReplacement& rBitmapData) const override;
99 virtual BitmapEx Decompress(const BitmapReplacement& rBitmapData) const override;
118 virtual BitmapEx Decompress(const BitmapReplacement& rBitmapData) const override;
132 virtual BitmapEx Decompress(const BitmapReplacement& rBitmapData) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCompressor.hxx50 virtual BitmapEx Decompress (const BitmapReplacement& rBitmapData)const=0;
86 virtual BitmapEx Decompress (const BitmapReplacement& rBitmapData) const override;
101 virtual BitmapEx Decompress (const BitmapReplacement& rBitmapData) const override;
120 virtual BitmapEx Decompress (const BitmapReplacement& rBitmapData) const override;
134 virtual BitmapEx Decompress (const BitmapReplacement& rBitmapData) const override;
/dports/www/matomo/piwik/core/
H A DUnzip.php11 use Matomo\Decompress\Gzip;
12 use Matomo\Decompress\PclZip;
13 use Matomo\Decompress\Tar;
14 use Matomo\Decompress\ZipArchive;
/dports/multimedia/dirac/dirac-1.0.2/libdirac_decoder/
H A Dpicture_decompress.cpp73 bool PictureDecompressor::Decompress(ParseUnitByteIO& parseunit_byteio, in Decompress() function in PictureDecompressor
170 my_compdecoder.Decompress(&component_byteio, *(coeff_data[c]), bands ); in Decompress()
290 smode_decoder.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
297 pmode_decoder.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
305 vdecoder1h.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
313 vdecoder1v.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
323 vdecoder2h.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
331 vdecoder2v.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
339 ydc_decoder.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
346 udc_decoder.Decompress( *(mv_data.get()) , num_bits); in DecompressMVData()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c43 EFI_DECOMPRESS_PROTOCOL *Decompress; in ShellCommandRunEfiDecompress() local
57 Decompress = NULL; in ShellCommandRunEfiDecompress()
124 Status = gBS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID**) &Decompress); in ShellCommandRunEfiDecompress()
127 … Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize); in ShellCommandRunEfiDecompress()
144 …Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, Scratc… in ShellCommandRunEfiDecompress()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c43 EFI_DECOMPRESS_PROTOCOL *Decompress; in ShellCommandRunEfiDecompress() local
57 Decompress = NULL; in ShellCommandRunEfiDecompress()
124 Status = gBS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID**) &Decompress); in ShellCommandRunEfiDecompress()
127 … Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize); in ShellCommandRunEfiDecompress()
144 …Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, Scratc… in ShellCommandRunEfiDecompress()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c43 EFI_DECOMPRESS_PROTOCOL *Decompress; in ShellCommandRunEfiDecompress() local
57 Decompress = NULL; in ShellCommandRunEfiDecompress()
124 Status = gBS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID**) &Decompress); in ShellCommandRunEfiDecompress()
127 … Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize); in ShellCommandRunEfiDecompress()
144 …Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, Scratc… in ShellCommandRunEfiDecompress()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c43 EFI_DECOMPRESS_PROTOCOL *Decompress; in ShellCommandRunEfiDecompress() local
57 Decompress = NULL; in ShellCommandRunEfiDecompress()
124 Status = gBS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID**) &Decompress); in ShellCommandRunEfiDecompress()
127 … Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize); in ShellCommandRunEfiDecompress()
144 …Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, Scratc… in ShellCommandRunEfiDecompress()

12345678910>>...115