Home
last modified time | relevance | path

Searched refs:decompress (Results 1 – 25 of 128) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/package/bzip2/
H A D0001-build-objects-twice.patch25 - decompress.o \
32 + decompress.sho \
51 -decompress.o: decompress.c
52 - $(CC) $(CFLAGS) -c decompress.c
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcompress_doc.bbclass14 # DOC_DECOMPRESS_CMD[abc] = 'abc decompress cmd ***'
81 def _process_hardlink(hardlink_dict, compress_mode, shell_cmds, decompress=False):
84 if decompress:
87 bb.note('decompress hardlink %s' % target)
97 if decompress:
114 def _process_symlink(file, compress_format, decompress=False):
116 if decompress:
193 decompress = True
205 _process_symlink(file, compress_format, decompress)
214 … bb.warn("decompress failed %s (cmd was %s)%s" % (retval, cmd, ":\n%s" % output if output else ""))
[all …]
/OK3568_Linux_fs/kernel/include/crypto/
H A Dacompress.h49 int (*decompress)(struct acomp_req *req); member
78 int (*decompress)(struct acomp_req *req); member
291 ret = tfm->decompress(req); in crypto_acomp_decompress()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/pbzip2/
H A D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch27 fprintf(stderr, " If program aborts, use regular BZIP2 to decompress.\n");
57 if (decompress == 1)
64 if (decompress == 1)
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dscompress.h34 int (*decompress)(struct crypto_scomp *tfm, const u8 *src, member
88 return crypto_scomp_alg(tfm)->decompress(tfm, src, slen, dst, dlen, in crypto_scomp_decompress()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddecompressor.c27 int (*decompress)(struct z_erofs_decompress_req *rq, u8 *out); member
270 .decompress = z_erofs_lz4_decompress,
332 ret = alg->decompress(rq, dst); in z_erofs_decompress_generic()
358 ret = alg->decompress(rq, dst + rq->pageofs_out); in z_erofs_decompress_generic()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcompression.py44 with self.do_open(r, mode="r" + mode_suffix) as decompress:
47 read_data = decompress.read()
/OK3568_Linux_fs/kernel/crypto/
H A Dacompress.c69 acomp->decompress = alg->decompress; in crypto_acomp_init_tfm()
H A Ddeflate.c293 .decompress = deflate_sdecompress,
303 .decompress = deflate_sdecompress,
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-842.c335 static int decompress(struct nx842_crypto_ctx *ctx, in decompress() function
397 ret = ctx->driver->decompress(src, slen, dst, &dlen, ctx->wmem); in decompress()
467 ret = decompress(ctx, &p, &g, &c, 0); in nx842_crypto_decompress()
500 ret = decompress(ctx, &p, &hdr->group[n], &c, ignore); in nx842_crypto_decompress()
/OK3568_Linux_fs/kernel/init/
H A Dinitramfs.c455 decompress_fn decompress; in unpack_to_rootfs() local
488 decompress = decompress_method(buf, len, &compress_name); in unpack_to_rootfs()
490 if (decompress) { in unpack_to_rootfs()
491 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dcompression.hpp9 std::string decompress(const std::string& raw);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/shaders/
H A Dsource.cpp1463 …static std::string decompressed = util::decompress(std::string(reinterpret_cast<const char*>(compr… in source()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.c43 .decompress = NULL,
53 .decompress = lzo1x_decompress_safe,
64 .decompress = gzip_decompress,
137 err = compr->decompress(src, slen, dst, &tmp_len); in crypto_comp_decompress()
218 ubifs_compressors[compr->compr_type]->decompress += gd->reloc_off; in compr_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h20 bool decompress; /* true decompress; false compress */ member
/OK3568_Linux_fs/kernel/lib/zstd/
H A DMakefile9 zstd_decompress-y := huf_decompress.o decompress.o \
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Ddecompressor.h19 int (*decompress)(struct squashfs_sb_info *, void *, member
H A Ddecompressor_single.c70 res = msblk->decompressor->decompress(msblk, stream->stream, bio, in squashfs_decompress()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dfixup-headers.sed7 s@#include <linux/decompress/mm\.h>@@;
/OK3568_Linux_fs/buildroot/fs/cloop/
H A DConfig.in9 decompress its data while accessing it. The majority of the
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dconfig.py37 config_buf = zlib.decompress(zconfig_buf, 16)
/OK3568_Linux_fs/kernel/include/linux/
H A Dppp-comp.h71 int (*decompress) (void *state, unsigned char *ibuf, int isize, member
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr.h55 int (*decompress)(unsigned char *cdata_in, unsigned char *data_out, member
H A Dcompr_lzo.c87 .decompress = &jffs2_lzo_decompress,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/erofs-utils/erofs-utils/
H A D0001-fsck-main.c-add-missing-include.patch26 #include "erofs/decompress.h"

123456