Home
last modified time | relevance | path

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

1234567

/freebsd-10-stable/usr.bin/compress/doc/
DREADME3 $FreeBSD: stable/10/usr.bin/compress/doc/README 108470 2002-12-30 21:18:15Z schweikh $
6 o compress() speedup (10-50%) by changing division hash to xor
10 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup
28 The following preprocessor symbols control the compilation of "compress.c":
61 a version of compress on a smaller machine cannot be decompressed! Use the
65 The output of compress 4.0 is fully compatible with that of compress 3.0.
66 In other words, the output of compress 4.0 may be fed into uncompress 3.0 or
67 the output of compress 3.0 may be fed into uncompress 4.0.
69 The output of compress 4.0 not compatible with that of
70 compress 2.0. However, compress 4.0 still accepts the output of
[all …]
DNOTES2 $FreeBSD: stable/10/usr.bin/compress/doc/NOTES 227458 2011-11-11 22:27:09Z eadler $
18 these very words are being modulated by 'compress',
22 LZW method is #4,558,302. Yet despite any similarities between 'compress'
23 and LZW (the public-domain 'compress' code was designed and given to the
28 or, just as bad, not broad enough. ('compress' does things not mentioned
32 the same as that of 'compress'.
60 Subject: Re: Looking for C source for RSA (actually 'compress' patents)
78 several conversations from a Unisys (nee sperry) lawyer re 'compress'.
81 communication only) software versions of 'compress' slide
83 and other commercial wrappers for 'compress'. yet they are
[all …]
Drevision.log1 /* $FreeBSD: stable/10/usr.bin/compress/doc/revision.log 220201 2011-03-31 14:35:33Z emaste $ */
4 * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
35 * of SVR2 'pack'. Streamline block-compress table clear logic. Increase
61 * Implemented "-B" block compress. Implemented REVERSE sorting of tab_next.
80 * Will only compress regular files (no directories), added a magic number
89 * filenames to compress. Flags may be clustered (-Ddvb12) or separated
98 * Sped up algorithm significantly by sorting the compress chain.
118 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
/freebsd-10-stable/usr.bin/compress/
DMakefile6 PROG= compress
7 SRCS= compress.c zopen.c
8 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
9 MLINKS= compress.1 uncompress.1
Dcompress.c59 static void compress(const char *, const char *, int);
122 (void)compress("/dev/stdin", "/dev/stdout", bits); in main()
138 compress("/dev/stdin", "/dev/stdout", bits); in main()
141 compress(*argv, "/dev/stdout", bits); in main()
159 compress(*argv, newname, bits); in main()
195 compress(const char *in, const char *out, int bits) in compress() function
/freebsd-10-stable/sys/netgraph/
Dng_deflate.c71 u_char compress; /* compress/decompress flag */ member
203 priv->compress = 1; in ng_deflate_newhook()
205 priv->compress = 0; in ng_deflate_newhook()
245 if (priv->compress) in ng_deflate_rcvmsg()
260 if (priv->compress) { in ng_deflate_rcvmsg()
342 if (priv->compress) { in ng_deflate_rcvdata()
382 if (priv->compress) in ng_deflate_shutdown()
404 if (priv->compress) in ng_deflate_disconnect()
693 if (priv->compress) in ng_deflate_reset_req()
Dng_pred1.c79 u_char compress; /* compress/decompress flag */ member
214 priv->compress = 1; in ng_pred1_newhook()
216 priv->compress = 0; in ng_pred1_newhook()
311 if (priv->compress) { in ng_pred1_rcvdata()
/freebsd-10-stable/contrib/file/magic/Magdir/
Dcompress2 # $File: compress,v 1.68 2017/05/25 20:07:23 christos Exp $
3 # compress: file(1) magic for pure-compression formats (no archives)
5 # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
8 # Formats for "compress" proper have been moved into "compress.c",
11 # standard unix compress
12 0 string \037\235 compress'd data
13 !:mime application/x-compress
98 # SCO compress -H (LZH)
99 0 string \037\240 SCO compress -H (LZH) data
171 # http://minnie.tuhs.org/Quasijarus/compress.html
/freebsd-10-stable/sbin/savecore/
Dsavecore.c92 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
338 if (compress) { in DoRegularFile()
650 if (compress) { in DoFile()
682 compress ? "compressed " : "", savedir, corename); in DoFile()
707 if (compress) { in DoFile()
762 checkfor = compress = clear = force = keep = verbose = 0; in main()
793 compress = 1; in main()
801 if (clear && (compress || keep)) in main()
/freebsd-10-stable/usr.bin/compress/tests/
Dcompress_test.sh137 atf_check compress file1
155 atf_check compress file1 file2
176 atf_check compress file1 file2
/freebsd-10-stable/crypto/openssl/crypto/comp/
Dcomp_lib.c39 if (ctx->meth->compress == NULL) { in COMP_compress_block()
43 ret = ctx->meth->compress(ctx, out, olen, in, ilen); in COMP_compress_block()
/freebsd-10-stable/crypto/openssl/ssl/
Ddtls1.h135 COMP_CTX *compress; /* compression */ member
137 char *compress; member
/freebsd-10-stable/usr.bin/gzip/
Dgzexe110 compress () {
173 elif ! check "$1" || ! compress "$1"; then
/freebsd-10-stable/usr.bin/col/
DREADME12 -x do not compress spaces into tabs.
15 In the 32V source code to col(1) the default behavior was to NOT compress
16 spaces into tabs. There was a -h option which caused it to compress spaces
/freebsd-10-stable/contrib/llvm/lib/Support/
DCompression.cpp50 zlib::Status zlib::compress(StringRef InputBuffer, in compress() function in zlib
90 zlib::Status zlib::compress(StringRef InputBuffer, in compress() function in zlib
/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-zip.h163 uint64_t compress : 1; member
173 uint64_t compress : 1;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzio.h143 #define BOOTFS_COMPRESS_VALID(compress) \ argument
144 ((compress) == ZIO_COMPRESS_LZJB || \
145 (compress) == ZIO_COMPRESS_LZ4 || \
146 (compress) == ZIO_COMPRESS_ON || \
147 (compress) == ZIO_COMPRESS_OFF)
/freebsd-10-stable/contrib/tcpdump/
Dprint-domain.c154 register int compress = 0; in ns_nprint() local
165 compress = 0; in ns_nprint()
172 if (!compress) { in ns_nprint()
174 compress = 1; in ns_nprint()
224 if (!compress) in ns_nprint()
/freebsd-10-stable/contrib/libarchive/cpio/
Dcpio.c170 cpio->compress = '\0'; in main()
241 cpio->compress = opt; in main()
259 cpio->compress = opt; in main()
262 cpio->compress = opt; in main()
280 cpio->compress = opt; in main()
365 cpio->compress = opt; in main()
368 cpio->compress = opt; in main()
371 cpio->compress = opt; in main()
538 switch (cpio->compress) { in mode_out()
/freebsd-10-stable/contrib/ofed/management/opensm/scripts/
Dopensm.logrotate6 compress
/freebsd-10-stable/usr.sbin/newsyslog/
Dnewsyslog.c174 int compress; /* Compression */ member
423 tempwork->compress = src_entry->compress; in init_entry()
441 tempwork->compress = COMPRESS_NONE; in init_entry()
509 compress_type[ent->compress].flag); in do_entry()
619 compress_type[ent->compress].flag); in do_entry()
1232 working->compress = COMPRESS_NONE; in parse_file()
1311 working->compress = COMPRESS_BZIP2; in parse_file()
1329 working->compress = COMPRESS_XZ; in parse_file()
1332 working->compress = COMPRESS_GZIP; in parse_file()
1893 if (ent->numlogs > 0 && ent->compress > COMPRESS_NONE) { in do_rotate()
[all …]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dcompress.h38 extern size_t compress(void *, void *, size_t);
/freebsd-10-stable/contrib/bzip2/
Dwords12 Doing 6 tests (3 compress, 3 uncompress) ...
/freebsd-10-stable/lib/libbz2/
DMakefile8 SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DIntEqClasses.h68 void compress();

1234567