Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() function in compression
62 return zlib::decompress(Input, Output, UncompressedSize); in decompress()
64 return zstd::decompress(Input, Output, UncompressedSize); in decompress()
69 Error compression::decompress(compression::Format F, ArrayRef<uint8_t> Input, in decompress() function in compression
74 return zlib::decompress(Input, Output, UncompressedSize); in decompress()
76 return zstd::decompress(Input, Output, UncompressedSize); in decompress()
81 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() function in compression
84 return decompress(formatFor(T), Input, Output, UncompressedSize); in decompress()
123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() function in zlib
135 Error zlib::decompress(ArrayRef<uint8_t> Input, in decompress() function in zlib
[all …]
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zstd.c460 } decompress; member
524 ctx->decompress.state = ZSTD_createDStream(); in bio_zstd_new()
526 ctx->decompress.state = ZSTD_createDStream_advanced(zstd_mem_funcs); in bio_zstd_new()
528 if (ctx->decompress.state == NULL) in bio_zstd_new()
530 ZSTD_initDStream(ctx->decompress.state); in bio_zstd_new()
531 ctx->decompress.bufsize = ZSTD_DStreamInSize(); in bio_zstd_new()
549 ZSTD_freeDStream(ctx->decompress.state); in bio_zstd_new()
564 ZSTD_freeDStream(ctx->decompress.state); in bio_zstd_free()
565 OPENSSL_free(ctx->decompress.buffer); in bio_zstd_free()
593 if (ctx->decompress.buffer == NULL) { in bio_zstd_read()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h48 LLVM_ABI Error decompress(ArrayRef<uint8_t> Input, uint8_t *Output,
51 LLVM_ABI Error decompress(ArrayRef<uint8_t> Input,
70 LLVM_ABI Error decompress(ArrayRef<uint8_t> Input, uint8_t *Output,
73 LLVM_ABI Error decompress(ArrayRef<uint8_t> Input,
123 LLVM_ABI Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
125 LLVM_ABI Error decompress(Format F, ArrayRef<uint8_t> Input,
128 LLVM_ABI Error decompress(DebugCompressionType T, ArrayRef<uint8_t> Input,
/freebsd/sys/contrib/openzfs/lib/libzstd/
H A DMakefile.am30 module/zstd/lib/decompress/huf_decompress.c \
31 module/zstd/lib/decompress/zstd_ddict.c \
32 module/zstd/lib/decompress/zstd_decompress.c \
33 module/zstd/lib/decompress/zstd_decompress_block.c \
38 module/zstd/lib/decompress/huf_decompress_amd64.S
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dboottest.c45 ret = decompress(in, in_size, NULL, NULL, out, NULL, &error); in test_buf_to_buf()
56 ret = decompress(in, in_size, NULL, &flush, NULL, &in_used, &error); in test_buf_to_cb()
63 ret = decompress(NULL, 0, &fill, &flush, NULL, NULL, &error); in test_cb_to_cb()
75 ret = decompress(in, 0, &fill, NULL, out, &in_used, &error); in test_cb_to_buf()
/freebsd/usr.bin/compress/
H A Dcompress.c50 static void decompress(const char *, const char *, int);
113 (void)decompress("/dev/stdin", "/dev/stdout", bits); in main()
151 decompress("/dev/stdin", "/dev/stdout", bits); in main()
165 decompress(newname, in main()
174 decompress(*argv, in main()
273 decompress(const char *in, const char *out, int bits) in decompress() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh91 log_fail "zdb -R :bd (block 0 display/decompress) failed"
99 log_fail "zdb -R :db80 (block 1 display/decompress) failed"
107 log_fail "zdb -R :b80d (block 1 display/decompress) failed"
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h36 return decompress({(uint8_t *)Out.data(), (size_t)DecompressedSize}); in resizeAndDecompress()
40 LLVM_ABI Error decompress(MutableArrayRef<uint8_t> Output);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp66 Error Decompressor::decompress(MutableArrayRef<uint8_t> Output) { in decompress() function in Decompressor
67 return compression::decompress(CompressionType, in decompress()
H A DOffloadBundle.cpp180 CompressedOffloadBundle::decompress(Contents, false); in extractOffloadBundleFatBinary()
263 CompressedOffloadBundle::decompress(llvm::MemoryBufferRef &Input, in decompress() function in CompressedOffloadBundle
322 if (llvm::Error DecompressionError = llvm::compression::decompress( in decompress()
/freebsd/usr.bin/gzip/
H A Dgzexe61 decompress () {
165 elif ! decompress "$1"; then
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md10 - `zstd-decompress` : version of CLI which can only decompress zstd format
23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`.
34 - __HAVE_ZLIB__ : `zstd` can compress and decompress files in `.gz` format.
44 - __HAVE_LZMA__ : `zstd` can compress and decompress files in `.xz` and `.lzma` formats.
54 - __HAVE_LZ4__ : `zstd` can compress and decompress files in `.lz4` formats.
73 The resulting binary will only be able to decompress files.
75 A corresponding `Makefile` target using this ability is `zstd-decompress`.
98 - `zcat` : will decompress and output target file using any of the supported formats. `gzcat` and `…
103 - `unzstd` and `unlz4` will decompress any of the supported format.
124 3. Decompress with the dictionary: `zstd --decompress FILE.zst -D dictionaryName`
[all …]
/freebsd/sys/contrib/zstd/lib/
H A Dlibzstd.mk151 ZSTD_DECOMPRESS_FILES := $(sort $(wildcard $(LIB_SRCDIR)/decompress/*.c))
156 ZSTD_DECOMPRESS_AMD64_ASM_FILES := $(sort $(wildcard $(LIB_SRCDIR)/decompress/*_amd64.S))
231 ZSTD_SUBDIR := $(LIB_SRCDIR)/common $(LIB_SRCDIR)/compress $(LIB_SRCDIR)/decompress $(LIB_SRCDIR)/d…
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcompress.h39 extern size_t decompress(void *, void *, size_t, size_t);
/freebsd/sys/opencrypto/
H A Dxform_comp.h44 uint32_t (*decompress) (uint8_t *, uint32_t, uint8_t **); member
/freebsd/sys/geom/uzip/
H A Dg_uzip_dapi.h35 g_uzip_dapi_decompress_t decompress; member
H A Dg_uzip_zlib.c107 zp->pub.decompress = &g_uzip_zlib_decompress; in g_uzip_zlib_ctor()
H A Dg_uzip_lzma.c109 lzp->pub.decompress = &g_uzip_lzma_decompress; in g_uzip_lzma_ctor()
/freebsd/usr.bin/compress/doc/
H A Drevision.log11 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM
32 * Integrate decompress() stack speedups (from early pointer mods by McKie).
70 * from VAX to PDP sites. Also sped up decompress() [fwrite->putc] and
/freebsd/lib/libbz2/
H A DMakefile9 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Ddecompress_fault.ksh52 log_must zinject -a -t data -e decompress -f 20 $mntpt/testfile.0
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td24 def decompress : FF<"decompress", "Dump decompressed section content when used with -x or -p">;
143 def : F<"z", "Alias for --decompress">, Alias<decompress>;
/freebsd/usr.sbin/ppp/
H A Dpred.c101 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) in decompress() function
236 len1 = decompress(state, cp, pp, olen - 4); in Pred1Input()
/freebsd/lib/libzstd/
H A DMakefile53 ${ZSTDDIR}/lib/decompress ${ZSTDDIR}/lib/deprecated \
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h129 decompress(const llvm::MemoryBuffer &Input, bool Verbose = false);

1234