Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 219) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/usr/
H A DMakefile11 compress-y := shipped
12 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
13 compress-$(CONFIG_INITRAMFS_COMPRESSION_BZIP2) := bzip2
14 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma
15 compress-$(CONFIG_INITRAMFS_COMPRESSION_XZ) := xzmisc
16 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZO) := lzo
17 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
18 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
45 compress-y := shipped
85 $(call if_changed,$(compress-y))
/OK3568_Linux_fs/kernel/arch/csky/boot/
H A DMakefile9 compress-$(CONFIG_KERNEL_GZIP) = gzip
10 compress-$(CONFIG_KERNEL_LZO) = lzo
11 compress-$(CONFIG_KERNEL_LZMA) = lzma
12 compress-$(CONFIG_KERNEL_XZ) = xzkern
13 compress-$(CONFIG_KERNEL_LZ4) = lz4
16 $(call if_changed,$(compress-y))
20 UIMAGE_COMPRESSION = $(compress-y)
/OK3568_Linux_fs/kernel/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-842-pseries.o
18 nx-compress-powernv-objs := nx-common-powernv.o
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/fs/tar/
H A DConfig.in17 Do not compress the tarball.
22 Do compress the tarball with gzip.
27 Do compress the tarball with bzip2.
32 Do compress the tarball with lz4.
37 Do compress the tarball with lzma.
42 Do compress the tarball with lzop.
47 Do compress the tarball with xz.
/OK3568_Linux_fs/buildroot/fs/cpio/
H A DConfig.in22 Do not compress the cpio filesystem.
27 Do compress the cpio filesystem with gzip.
32 Do compress the cpio filesystem with bzip2.
37 Do compress the cpio filesystem with lz4.
42 Do compress the cpio filesystem with lzma.
47 Do compress the cpio filesystem with lzop.
52 Do compress the cpio filesystem with xz.
57 Do compress the cpio filesystem with zstd.
/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/buildroot/fs/ubifs/
H A DConfig.in58 Select which compression format to compress the final image
64 Do not compress the ubifs filesystem.
69 Do compress the ubifs filesystem with gzip.
74 Do compress the ubifs filesystem with bzip2.
79 Do compress the ubifs filesystem with lzma.
84 Do compress the ubifs filesystem with lzop.
89 Do compress the ubifs filesystem with xz.
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dsocfpga_arria10.c162 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local
175 compress = (rbf_data[COMPRESSION_OFFSET] >> 1) & 1; in fpgamgr_set_cdratio_cdwidth()
176 compress = !compress; in fpgamgr_set_cdratio_cdwidth()
180 debug("read from rbf header: encrypt=%d compress=%d\n", encrypt, compress); in fpgamgr_set_cdratio_cdwidth()
202 if (!compress && !encrypt) { in fpgamgr_set_cdratio_cdwidth()
205 if (compress) in fpgamgr_set_cdratio_cdwidth()
/OK3568_Linux_fs/buildroot/fs/ext2/
H A DConfig.in102 Do not compress the ext2/3/4 filesystem.
107 Do compress the ext2/3/4 filesystem with gzip.
112 Do compress the ext2/3/4 filesystem with bzip2.
117 Do compress the ext2 filesystem with lz4.
122 Do compress the ext2/3/4 filesystem with lzma.
127 Do compress the ext2 filesystem with lzop.
132 Do compress the ext2 filesystem with xz.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.c997 struct i915_vma_compress *compress) in i915_vma_coredump_create() argument
1008 if (!vma || !vma->pages || !compress) in i915_vma_coredump_create()
1017 if (!compress_start(compress)) { in i915_vma_coredump_create()
1043 ret = compress_page(compress, in i915_vma_coredump_create()
1058 ret = compress_page(compress, in i915_vma_coredump_create()
1074 ret = compress_page(compress, s, dst, false); in i915_vma_coredump_create()
1084 if (ret || compress_flush(compress, dst)) { in i915_vma_coredump_create()
1086 pool_free(&compress->pool, dst->pages[dst->page_count]); in i915_vma_coredump_create()
1090 compress_finish(compress); in i915_vma_coredump_create()
1400 struct i915_vma_compress *compress) in intel_engine_coredump_add_vma() argument
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dcrypto_user_stat.c72 rcomp.stat_compress_cnt = atomic64_read(&alg->stats.compress.compress_cnt); in crypto_report_comp()
73 rcomp.stat_compress_tlen = atomic64_read(&alg->stats.compress.compress_tlen); in crypto_report_comp()
74 rcomp.stat_decompress_cnt = atomic64_read(&alg->stats.compress.decompress_cnt); in crypto_report_comp()
75 rcomp.stat_decompress_tlen = atomic64_read(&alg->stats.compress.decompress_tlen); in crypto_report_comp()
76 rcomp.stat_err_cnt = atomic64_read(&alg->stats.compress.err_cnt); in crypto_report_comp()
88 racomp.stat_compress_cnt = atomic64_read(&alg->stats.compress.compress_cnt); in crypto_report_acomp()
89 racomp.stat_compress_tlen = atomic64_read(&alg->stats.compress.compress_tlen); in crypto_report_acomp()
90 racomp.stat_decompress_cnt = atomic64_read(&alg->stats.compress.decompress_cnt); in crypto_report_acomp()
91 racomp.stat_decompress_tlen = atomic64_read(&alg->stats.compress.decompress_tlen); in crypto_report_acomp()
92 racomp.stat_err_cnt = atomic64_read(&alg->stats.compress.err_cnt); in crypto_report_acomp()
/OK3568_Linux_fs/buildroot/package/bzip2/
H A D0001-build-objects-twice.patch24 - compress.o \
31 + compress.sho \
49 -compress.o: compress.c
50 - $(CC) $(CFLAGS) -c compress.c
/OK3568_Linux_fs/yocto/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):
H A Dzstd.py7 import bb.compress._pipecompress
12 return bb.compress._pipecompress.open_wrap(ZstdFile, *args, **kwargs)
15 class ZstdFile(bb.compress._pipecompress.PipeFile):
/OK3568_Linux_fs/buildroot/package/file/
H A D0001-Add-libmagic.pc.patch14 …put-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libmagic.a(compress.o): in function `…
15 compress.c:(.text+0x69c): undefined reference to `BZ2_bzDecompressInit'
16 …libcgnueabi/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x710): …
17 …libcgnueabi/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x730): …
18 …libcgnueabi/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x7bc): …
19 …libcgnueabi/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x828): …
20 …libcgnueabi/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x848): …
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A DMakefile78 compress-$(CONFIG_KERNEL_GZIP) = gzip
79 compress-$(CONFIG_KERNEL_LZO) = lzo
80 compress-$(CONFIG_KERNEL_LZMA) = lzma
81 compress-$(CONFIG_KERNEL_XZ) = xzkern
82 compress-$(CONFIG_KERNEL_LZ4) = lz4
188 $(call if_changed,$(compress-y))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt62 RDEPENDS:perl-module-archive-tar-constant += "perl-module-io-compress-bzip2"
187 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-bytes "
188 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-constant"
189 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-dynaloader"
190 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-exporter"
191 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-strict "
192 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-warnings "
193 RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-xsloader"
194 RDEPENDS:perl-module-compress-raw-zlib += "perl-module-bytes "
195 RDEPENDS:perl-module-compress-raw-zlib += "perl-module-constant"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcompress_doc.bbclass13 # DOC_COMPRESS_CMD[abc] = 'abc compress cmd ***'
90 bb.note('compress hardlink %s' % target)
93 …bb.warn("de/compress file failed %s (cmd was %s)%s" % (retval, cmd, ":\n%s" % output if output els…
98 # Remove compress suffix
103 # Append compress suffix
117 # Remove compress suffix
121 # Append compress suffix
155 # Remove the compress suffix
183 … bb.warn("compress failed %s (cmd was %s)%s" % (retval, cmd, ":\n%s" % output if output else ""))
185 bb.note('compress file %s' % file)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/packagegroups/
H A Dpackagegroup-meta-perl.bb14 compress-raw-bzip2-perl \
15 compress-raw-lzma-perl \
16 compress-raw-zlib-perl \
34 libio-compress-perl \
35 libio-compress-lzma-perl \
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Dsocfpga-a10.c170 bool encrypt, bool compress) in socfpga_a10_fpga_get_cd_ratio() argument
188 if (!compress && !encrypt) in socfpga_a10_fpga_get_cd_ratio()
191 if (compress) in socfpga_a10_fpga_get_cd_ratio()
209 int encrypt, compress; in socfpga_a10_fpga_set_cdratio() local
215 compress = socfpga_a10_fpga_compressed((u32 *)buf, count / 4); in socfpga_a10_fpga_set_cdratio()
216 if (compress < 0) in socfpga_a10_fpga_set_cdratio()
219 cd_ratio = socfpga_a10_fpga_get_cd_ratio(cfg_width, encrypt, compress); in socfpga_a10_fpga_set_cdratio()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/man-db/
H A Dman-db_2.10.2.bb56 compress = d.getVar("DOC_COMPRESS")
57 if compress == "gz":
59 elif compress == "bz2":
61 elif compress == "xz":
/OK3568_Linux_fs/buildroot/package/sox/
H A D0004-configure.ac-fix-static-linking-with-magic.patch19 …put-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libmagic.a(compress.o): in function `…
20 compress.c:(.text+0x1d0): undefined reference to `inflateInit_'
21 …libcgnueabi/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x1e4): …
22 …libcgnueabi/9.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x1fc): …
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/
H A Dtexinfo_6.8.bb14 compress = d.getVar("DOC_COMPRESS")
15 if compress == "gz":
17 elif compress == "bz2":
19 elif compress == "xz":
/OK3568_Linux_fs/kernel/fs/f2fs/
H A DKconfig106 Support LZO compress algorithm, if unsure, say Y.
113 Support LZ4 compress algorithm, if unsure, say Y.
121 Support LZ4HC compress algorithm, LZ4HC has compatible on-disk
129 Support ZSTD compress algorithm, if unsure, say Y.
137 Support LZO-RLE compress algorithm, if unsure, say Y.

123456789