Home
last modified time | relevance | path

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

12

/dragonfly/usr.bin/compress/
H A Dcompress.c51 static void decompress(const char *, const char *, int);
114 (void)decompress("/dev/stdin", "/dev/stdout", bits); in main()
152 decompress("/dev/stdin", "/dev/stdout", bits); in main()
166 decompress(newname, in main()
175 decompress(*argv, in main()
274 decompress(const char *in, const char *out, int bits) in decompress() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlto-section-in.c134 size_t *len, bool decompress) in lto_get_section_data() argument
149 if (!flag_ltrans || decompress) in lto_get_section_data()
196 size_t len, bool decompress) in lto_free_section_data() argument
205 if (flag_ltrans && !decompress) in lto_free_section_data()
H A Dlto-streamer.h758 bool decompress = false);
765 bool decompress = false);
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcompress.c83 bfd_boolean decompress; in bfd_compress_section_contents() local
130 decompress = TRUE; in bfd_compress_section_contents()
135 decompress = FALSE; in bfd_compress_section_contents()
145 if (decompress) in bfd_compress_section_contents()
H A Dcoffgen.c153 enum { nothing, compress, decompress } action = nothing; in make_a_section_from_file() enumerator
160 action = decompress; in make_a_section_from_file()
196 case decompress: in make_a_section_from_file()
/dragonfly/usr.bin/gzip/
H A Dgzexe61 decompress () {
197 elif ! decompress "$1"; then
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcompress.c83 bfd_boolean decompress; in bfd_compress_section_contents() local
132 decompress = TRUE; in bfd_compress_section_contents()
137 decompress = FALSE; in bfd_compress_section_contents()
147 if (decompress) in bfd_compress_section_contents()
H A Dcoffgen.c154 enum { nothing, compress, decompress } action = nothing; in make_a_section_from_file() enumerator
161 action = decompress; in make_a_section_from_file()
198 case decompress: in make_a_section_from_file()
/dragonfly/usr.bin/compress/doc/
H A Drevision.log13 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM
34 * Integrate decompress() stack speedups (from early pointer mods by McKie).
72 * from VAX to PDP sites. Also sped up decompress() [fwrite->putc] and
H A DREADME6 o decompress() speedup (5-10%)
/dragonfly/lib/libbz2/
H A DMakefile8 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
/dragonfly/usr.sbin/ppp/
H A Dpred.c103 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) in decompress() function
238 len1 = decompress(state, cp, pp, olen - 4); in Pred1Input()
/dragonfly/lib/libzstd/
H A DMakefile49 ${ZSTDDIR}/lib/decompress ${ZSTDDIR}/lib/deprecated \
/dragonfly/sys/opencrypto/
H A Dxform.h70 u_int32_t (*decompress) (u_int8_t *, u_int32_t, u_int8_t **); member
/dragonfly/usr.bin/zstd/
H A DMakefile53 .PATH: ${ZSTDCONTRIB}/lib/decompress
/dragonfly/stand/lib/
H A DMakefile92 SRCS+= bzlib.c crctable.c decompress.c huffman.c randtable.c
/dragonfly/contrib/bzip2/
H A DCHANGES31 program proper) compress and decompress correctly, but give misleading
72 decompress/test files even without .bz2 extension
276 decompress bitstreams from untrusted sources, an upgrade
H A DREADME97 and then decompress each file it encounters, and checking that the
149 * Can decompress concatenated compressed files
/dragonfly/contrib/xz/
H A DREADME38 LZMA2 is reasonably fast to decompress. It is a little slower than
39 gzip, but a lot faster than bzip2. Being fast to decompress means
H A DNEWS267 decompress the file. Currently it is 5.0.0 for all supported
371 * xz --decompress --single-stream now fixes the input position after
383 decompress the file. Currently it is 5.0.0 for all supported .xz
/dragonfly/contrib/zstd/
H A DCHANGELOG373 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`)
406 New : command -M#, --memory=, --memlimit=, --memlimit-decompress= to limit allowed memory consumpti…
414 Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets
548 new : -m/--multiple : compress/decompress multiple files
/dragonfly/contrib/gdb-7/bfd/
H A Dcoffgen.c155 enum { nothing, compress, decompress } action = nothing; in make_a_section_from_file() enumerator
162 action = decompress; in make_a_section_from_file()
195 case decompress: in make_a_section_from_file()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c220 decompress = 1 << 4 enumerator
2790 case decompress: in copy_file()
4266 do_debug_sections = decompress; in copy_main()
4286 do_debug_sections = decompress; in copy_main()
/dragonfly/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c1288 static const decompressionAlgo decompress[2] = { HUF_decompress4X1, HUF_decompress4X2 }; in HUF_decompress() local
1307 return decompress[algoNb](dst, dstSize, cSrc, cSrcSize); in HUF_decompress()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c402 static int decompress(struct archive_read *, const void **,
1045 if (decompress(a, buff, size, b, used) != ARCHIVE_OK) in rd_contents()
1588 decompress(struct archive_read *a, const void **buff, size_t *outbytes, in decompress() function

12