Home
last modified time | relevance | path

Searched full:compress (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch15 CPP/7zip/Compress/Rar1Decoder.cpp | 13 +++++++++----
16 CPP/7zip/Compress/Rar1Decoder.h | 1 +
17 CPP/7zip/Compress/Rar2Decoder.cpp | 10 +++++++++-
18 CPP/7zip/Compress/Rar2Decoder.h | 1 +
19 CPP/7zip/Compress/Rar3Decoder.cpp | 23 ++++++++++++++++++++---
20 CPP/7zip/Compress/Rar3Decoder.h | 2 ++
23 diff --git a/CPP/7zip/Compress/Rar1Decoder.cpp b/CPP/7zip/Compress/Rar1Decoder.cpp
25 --- a/CPP/7zip/Compress/Rar1Decoder.cpp
26 +++ b/CPP/7zip/Compress/Rar1Decoder.cpp
64 diff --git a/CPP/7zip/Compress/Rar1Decoder.h b/CPP/7zip/Compress/Rar1Decoder.h
[all …]
H A DCVE-2017-17969.patch10 Compress/ShrinkDecoder.cpp: Heap-based buffer overflow
21 CPP/7zip/Compress/ShrinkDecoder.cpp | 5 +++++
24 diff --git a/CPP/7zip/Compress/ShrinkDecoder.cpp b/CPP/7zip/Compress/ShrinkDecoder.cpp
26 --- a/CPP/7zip/Compress/ShrinkDecoder.cpp
27 +++ b/CPP/7zip/Compress/ShrinkDecoder.cpp
/openbmc/linux/lib/zstd/
H A DMakefile17 compress/fse_compress.o \
18 compress/hist.o \
19 compress/huf_compress.o \
20 compress/zstd_compress.o \
21 compress/zstd_compress_literals.o \
22 compress/zstd_compress_sequences.o \
23 compress/zstd_compress_superblock.o \
24 compress/zstd_double_fast.o \
25 compress/zstd_fast.o \
26 compress/zstd_lazy.o \
[all …]
/openbmc/linux/usr/
H A DMakefile6 compress-y := copy
7 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
8 compress-$(CONFIG_INITRAMFS_COMPRESSION_BZIP2) := bzip2
9 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma
10 compress-$(CONFIG_INITRAMFS_COMPRESSION_XZ) := xzmisc
11 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZO) := lzo
12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
40 compress-y := copy
81 $(call if_changed,$(compress-y))
H A DKconfig130 compression tool to compress the generated initram cpio file for
156 available to be able to compress the initram.
169 or lzma tools to be able to compress the initram.
182 tool to be able to compress the initram.
194 tool to be able to compress the initram.
212 with fast decompression speed. It will compress better than GZIP and
216 tool to be able to compress the initram.
221 Do not compress the built-in initramfs at all. This may sound wasteful
/openbmc/linux/arch/csky/boot/
H A DMakefile8 compress-$(CONFIG_KERNEL_GZIP) = gzip
9 compress-$(CONFIG_KERNEL_LZO) = lzo
10 compress-$(CONFIG_KERNEL_LZMA) = lzma
11 compress-$(CONFIG_KERNEL_XZ) = xzkern
12 compress-$(CONFIG_KERNEL_LZ4) = lz4
15 $(call if_changed,$(compress-y))
19 UIMAGE_COMPRESSION = $(compress-y)
/openbmc/linux/drivers/crypto/nx/
H A DMakefile14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
16 nx-compress-objs := nx-842.o
17 nx-compress-pseries-objs := nx-common-pseries.o
18 nx-compress-powernv-objs := nx-common-powernv.o
/openbmc/linux/include/crypto/internal/
H A Dblake2b.h27 blake2b_compress_t compress) in __blake2b_update() argument
35 (*compress)(state, state->buf, 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update()
43 (*compress)(state, in, nblocks - 1, BLAKE2B_BLOCK_SIZE); in __blake2b_update()
52 blake2b_compress_t compress) in __blake2b_final() argument
59 (*compress)(state, state->buf, 1, state->buflen); in __blake2b_final()
98 blake2b_compress_t compress) in crypto_blake2b_update() argument
102 __blake2b_update(state, in, inlen, compress); in crypto_blake2b_update()
107 blake2b_compress_t compress) in crypto_blake2b_final() argument
111 __blake2b_final(state, out, compress); in crypto_blake2b_final()
H A Dscompress.h28 * @compress: Function performs a compress operation
29 * @decompress: Function performs a de-compress operation
30 * @stat: Statistics for compress algorithm
37 int (*compress)(struct crypto_scomp *tfm, const u8 *src, member
90 return crypto_scomp_alg(tfm)->compress(tfm, src, slen, dst, dlen, ctx); in crypto_scomp_compress()
H A Dacompress.h18 * @compress: Function performs a compress operation
19 * @decompress: Function performs a de-compress operation
34 * @stat: Statistics for compress algorithm
39 int (*compress)(struct acomp_req *req); member
/openbmc/linux/include/crypto/
H A Dacompress.h44 * @compress: Function performs a compress operation
45 * @decompress: Function performs a de-compress operation
52 int (*compress)(struct acomp_req *req); member
60 * struct crypto_istat_compress - statistics for compress algorithm
61 * @compress_cnt: number of compress requests
62 * @compress_tlen: total data size handled by compress requests
65 * @err_cnt: number of error for compress requests
234 * @req: asynchronous compress request
280 * crypto_acomp_compress() -- Invoke asynchronous compress operation
282 * Function invokes the asynchronous compress operation
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py8 import bb.compress.lz4
9 import bb.compress.zstd
45 with self.do_open(w, mode="w" + mode_suffix) as compress:
46 compress.write(data)
75 with bb.compress.lz4.open(*args, **kwargs) as f:
87 with bb.compress.zstd.open(*args, **kwargs) as f:
99 with bb.compress.zstd.open(*args, num_threads=2, **kwargs) as f:
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/
H A DMakefile.am9 compress.c \
37 @if cmp sample1.bz2 sample1.rb2; then echo "PASS: sample1 compress";\
38 else echo "FAIL: sample1 compress"; fi
39 @if cmp sample2.bz2 sample2.rb2; then echo "PASS: sample2 compress";\
40 else echo "FAIL: sample2 compress"; fi
41 @if cmp sample3.bz2 sample3.rb2; then echo "PASS: sample3 compress";\
42 else echo "FAIL: sample3 compress"; fi
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcompress_doc.bbclass7 # Compress man pages in ${mandir} and info pages in ${infodir}
19 # DOC_COMPRESS_CMD[abc] = 'abc compress cmd ***'
96 bb.note('compress hardlink %s' % target)
99 …bb.warn("de/compress file failed %s (cmd was %s)%s" % (retval, cmd, ":\n%s" % output if output els…
104 # Remove compress suffix
109 # Append compress suffix
123 # Remove compress suffix
127 # Append compress suffix
161 # Remove the compress suffix
189 … bb.warn("compress failed %s (cmd was %s)%s" % (retval, cmd, ":\n%s" % output if output else ""))
[all …]
/openbmc/qemu/docs/
H A Dmulti-thread-compression.txt20 compress the RAM page before sending; after receiving, the data will
74 | original | compress thread: 8
94 | original | compress thread: 8
114 {qemu} ... compress: off ...
117 {qemu} migrate_set_capability compress on
120 {qemu} migrate_set_parameter compress-threads 12
123 {qemu} migrate_set_parameter compress-level 1
131 Capabilities: ... compress: on
135 compress: off
136 compress-threads: 8
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-compress-lzma-perl_2.213.bb4 HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
14 S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
21 libio-compress-perl \
H A Dlibio-compress-perl_2.213.bb5 IO-Compress supports reading and writing of the following compressed data \
13 HOMEPAGE = "https://metacpan.org/release/IO-Compress"
19 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz"
23 S = "${WORKDIR}/IO-Compress-${PV}"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/
H A Dlibcompress-raw-zlib-perl_2.213.bb2 DESCRIPTION = "The Compress::Raw::Zlib module provides a Perl interface \
5 HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Zlib"
11 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz"
17 S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
H A Dlibcompress-raw-bzip2-perl_2.213.bb2 DESCRIPTION = ""Compress::Raw::Bzip2" provides an interface to the in-memory \
4 HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz"
16 S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}"
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt62 RDEPENDS:perl-module-archive-tar-constant += "perl-module-io-compress-bzip2"
181 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-bytes "
182 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-constant"
183 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-dynaloader"
184 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-exporter"
185 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-strict "
186 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-warnings "
187 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-xsloader"
188 RDEPENDS:perl-module-compress-raw-zlib += "perl-module-bytes "
189 RDEPENDS:perl-module-compress-raw-zlib += "perl-module-constant"
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,q6asm-dais.yaml53 is-compress-dai:
56 Compress offload dai.
59 is-compress-dai: [ direction ]
93 is-compress-dai;
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A Dlz4.py7 import bb.compress._pipecompress
11 return bb.compress._pipecompress.open_wrap(LZ4File, *args, **kwargs)
14 class LZ4File(bb.compress._pipecompress.PipeFile):
/openbmc/linux/fs/f2fs/
H A DKconfig108 Support LZO compress algorithm, if unsure, say Y.
115 Support LZO-RLE compress algorithm, if unsure, say Y.
122 Support LZ4 compress algorithm, if unsure, say Y.
129 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk
137 Support ZSTD compress algorithm, if unsure, say Y.
/openbmc/linux/sound/soc/
H A Dsoc-compress.c3 // soc-compress.c -- ALSA SoC Compress
336 * that these callbacks will configure everything for this compress in soc_compr_set_params()
502 /* ASoC Compress operations */
517 /* ASoC Dynamic Compress operations */
533 * snd_soc_new_compress - create a new compress.
535 * @rtd: The runtime for which we will create compress
562 "Compress ASoC: Multi CPU/Codec not supported\n"); in snd_soc_new_compress()
580 * Compress devices are unidirectional so only one of the directions in snd_soc_new_compress()
585 "Compress ASoC: Invalid direction for P %d, C %d\n", in snd_soc_new_compress()
613 "Compress ASoC: can't create compressed for %s: %d\n", in snd_soc_new_compress()
[all …]
/openbmc/linux/fs/pstore/
H A Dplatform.c86 * The only remaining arguments supported by the compress= module parameter are
90 static char *compress = "deflate"; variable
91 module_param(compress, charp, 0444);
92 MODULE_PARM_DESC(compress, "compression to use");
210 if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS) || !compress || in allocate_buf_for_compression()
211 !strcmp(compress, "none")) { in allocate_buf_for_compression()
212 compress = NULL; in allocate_buf_for_compression()
216 if (strcmp(compress, "deflate")) { in allocate_buf_for_compression()
218 compress); in allocate_buf_for_compression()
219 compress = "deflate"; in allocate_buf_for_compression()
[all …]

12345678910>>...19