| /OK3568_Linux_fs/kernel/usr/ |
| H A D | Makefile | 11 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 D | Makefile | 9 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 D | Makefile | 14 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 D | blake2b.h | 27 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 D | Config.in | 17 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 D | Config.in | 22 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 D | compression.py | 8 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 D | Config.in | 58 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 D | socfpga_arria10.c | 162 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 D | Config.in | 102 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 D | i915_gpu_error.c | 997 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 D | crypto_user_stat.c | 72 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 D | 0001-build-objects-twice.patch | 24 - 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 D | lz4.py | 7 import bb.compress._pipecompress 11 return bb.compress._pipecompress.open_wrap(LZ4File, *args, **kwargs) 14 class LZ4File(bb.compress._pipecompress.PipeFile):
|
| H A D | zstd.py | 7 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 D | 0001-Add-libmagic.pc.patch | 14 …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 D | Makefile | 78 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 D | perl-rdepends.txt | 62 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 D | compress_doc.bbclass | 13 # 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 D | packagegroup-meta-perl.bb | 14 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 D | socfpga-a10.c | 170 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 D | man-db_2.10.2.bb | 56 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 D | 0004-configure.ac-fix-static-linking-with-magic.patch | 19 …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 D | texinfo_6.8.bb | 14 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 D | Kconfig | 106 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.
|