Home
last modified time | relevance | path

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

1234567891011

/freebsd/crypto/openssl/test/ssl-tests/
H A D22-compression.cnf5 test-0 = 0-tlsv1_3-both-compress
6 test-1 = 1-tlsv1_3-client-compress
7 test-2 = 2-tlsv1_3-server-compress
8 test-3 = 3-tlsv1_3-neither-compress
9 test-4 = 4-tlsv1_2-both-compress
10 test-5 = 5-tlsv1_2-client-compress
11 test-6 = 6-tlsv1_2-server-compress
12 test-7 = 7-tlsv1_2-neither-compress
15 [0-tlsv1_3-both-compress]
16 ssl_conf = 0-tlsv1_3-both-compress-ssl
[all …]
H A D22-compression.cnf.in22 name => "tlsv1_3-both-compress",
35 name => "tlsv1_3-client-compress",
47 name => "tlsv1_3-server-compress",
59 name => "tlsv1_3-neither-compress",
72 name => "tlsv1_2-both-compress",
86 name => "tlsv1_2-client-compress",
99 name => "tlsv1_2-server-compress",
112 name => "tlsv1_2-neither-compress",
/freebsd/usr.bin/compress/doc/
H A DREADME2 o compress() speedup (10-50%) by changing division hash to xor
6 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup
24 The following preprocessor symbols control the compilation of "compress.c":
57 a version of compress on a smaller machine cannot be decompressed! Use the
61 The output of compress 4.0 is fully compatible with that of compress 3.0.
62 In other words, the output of compress 4.0 may be fed into uncompress 3.0 or
63 the output of compress 3.0 may be fed into uncompress 4.0.
65 The output of compress 4.0 not compatible with that of
66 compress 2.0. However, compress 4.0 still accepts the output of
67 compress 2.0. To generate output that is compatible with compress
[all …]
H A DNOTES16 these very words are being modulated by 'compress',
20 LZW method is #4,558,302. Yet despite any similarities between 'compress'
21 and LZW (the public-domain 'compress' code was designed and given to the
26 or, just as bad, not broad enough. ('compress' does things not mentioned
30 the same as that of 'compress'.
58 Subject: Re: Looking for C source for RSA (actually 'compress' patents)
76 several conversations from a Unisys (nee sperry) lawyer re 'compress'.
79 communication only) software versions of 'compress' slide
81 and other commercial wrappers for 'compress'. yet they are
90 after discovering some sort of "compress" button on some
[all …]
H A Drevision.log3 * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
34 * of SVR2 'pack'. Streamline block-compress table clear logic. Increase
60 * Implemented "-B" block compress. Implemented REVERSE sorting of tab_next.
79 * Will only compress regular files (no directories), added a magic number
88 * filenames to compress. Flags may be clustered (-Ddvb12) or separated
97 * Sped up algorithm significantly by sorting the compress chain.
117 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
/freebsd/sys/contrib/openzfs/lib/libzstd/
H A DMakefile.am16 module/zstd/lib/compress/fse_compress.c \
17 module/zstd/lib/compress/hist.c \
18 module/zstd/lib/compress/huf_compress.c \
19 module/zstd/lib/compress/zstd_compress_literals.c \
20 module/zstd/lib/compress/zstd_compress_sequences.c \
21 module/zstd/lib/compress/zstd_compress_superblock.c \
22 module/zstd/lib/compress/zstd_compress.c \
23 module/zstd/lib/compress/zstd_double_fast.c \
24 module/zstd/lib/compress/zstd_fast.c \
25 module/zstd/lib/compress/zstd_lazy.c \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_diffprops_all.ksh39 log_must zfs set compress=off $TESTSRCFS
43 log_must zfs set compress=lz4 $TESTDSTFS
52 log_must zfs set compress=zstd $TESTSRCFS
56 log_must zfs set compress=off $TESTDSTFS
65 log_must zfs set compress=gzip $TESTSRCFS
69 log_must zfs set compress=lzjb $TESTDSTFS
78 log_must zfs inherit compress $TESTSRCFS
82 log_must zfs inherit compress $TESTDSTFS
H A Dbclone_diffprops_compress.ksh44 log_must zfs set compress=$srcprop $TESTSRCFS
45 log_must zfs set compress=$dstprop $TESTDSTFS
56 log_must zfs inherit compress $TESTSRCFS
57 log_must zfs inherit compress $TESTDSTFS
H A Dbclone_crossfs_data.ksh38 log_must zfs set compress=off $TESTSRCFS
39 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_crossfs_embedded.ksh39 log_must zfs set compress=zle $TESTSRCFS
40 log_must zfs set compress=zle $TESTDSTFS
H A Dbclone_crossfs_corner_cases.ksh38 log_must zfs set compress=off $TESTSRCFS
40 log_must zfs set compress=off $TESTDSTFS
/freebsd/tests/sys/cddl/zfs/tests/compression/
H A Dcompression_test.sh36 . $(atf_get_srcdir)/compress.cfg
45 . $(atf_get_srcdir)/compress.cfg
60 . $(atf_get_srcdir)/compress.cfg
69 . $(atf_get_srcdir)/compress.cfg
87 . $(atf_get_srcdir)/compress.cfg
96 . $(atf_get_srcdir)/compress.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_stream_size_estimate.ksh37 typeset compress
55 for compress in "${compress_prop_vals[@]}"; do
58 log_must zfs create -o compress=$compress $send_ds
59 log_must zfs create -V 1g -o compress=$compress $send_vol
H A Dsend-c_recv_lz4_disabled.ksh52 for compress in "${compress_prop_vals[@]}"; do
56 log_must zfs create -o compress=$compress $send_ds
H A Dsend-c_lz4_disabled.ksh50 for compress in off gzip; do
58 log_must zfs create -o compress=$compress $send_ds
/freebsd/usr.bin/compress/
H A DMakefile3 PROG= compress
4 SRCS= compress.c zopen.c
5 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
6 MLINKS= compress.1 uncompress.1
H A Dcompress.c47 static void compress(const char *, const char *, int);
110 (void)compress("/dev/stdin", "/dev/stdout", bits); in main()
126 compress("/dev/stdin", "/dev/stdout", bits); in main()
129 compress(*argv, "/dev/stdout", bits); in main()
147 compress(*argv, newname, bits); in main()
183 compress(const char *in, const char *out, int bits) in compress() function
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h131 #define BOOTFS_COMPRESS_VALID(compress) \ argument
132 ((compress) == ZIO_COMPRESS_LZJB || \
133 (compress) == ZIO_COMPRESS_LZ4 || \
134 (compress) == ZIO_COMPRESS_GZIP_1 || \
135 (compress) == ZIO_COMPRESS_GZIP_2 || \
136 (compress) == ZIO_COMPRESS_GZIP_3 || \
137 (compress) == ZIO_COMPRESS_GZIP_4 || \
138 (compress) == ZIO_COMPRESS_GZIP_5 || \
139 (compress) == ZIO_COMPRESS_GZIP_6 || \
140 (compress) == ZIO_COMPRESS_GZIP_7 || \
[all …]
/freebsd/sys/contrib/zstd/lib/
H A DBUCK8 ':compress',
15 name='compress',
19 ('compress', 'zstd*.h'),
21 srcs=glob(['compress/zstd*.c', 'compress/hist.c']),
115 'compress/fse_compress.c',
116 'compress/huf_compress.c',
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp46 void compression::compress(Params P, ArrayRef<uint8_t> Input, in compress() function in compression
50 zlib::compress(Input, Output, P.level); in compress()
53 zstd::compress(Input, Output, P.level, P.zstdEnableLdm); in compress()
107 void zlib::compress(ArrayRef<uint8_t> Input, in compress() function in zlib
147 void zlib::compress(ArrayRef<uint8_t> Input, in compress() function in zlib
168 void zstd::compress(ArrayRef<uint8_t> Input, in compress() function in zstd
229 void zstd::compress(ArrayRef<uint8_t> Input, in compress() function in zstd
/freebsd/crypto/openssl/util/
H A Dfips-checksums.sh13 | $HERE/lang-compress.pl 'C' \
20 | $HERE/lang-compress.pl 'perl' \
26 | $HERE/lang-compress.pl 'S' \
/freebsd/sys/netgraph/
H A Dng_deflate.c70 u_char compress; /* compress/decompress flag */ member
198 priv->compress = 1; in ng_deflate_newhook()
200 priv->compress = 0; in ng_deflate_newhook()
240 if (priv->compress) in ng_deflate_rcvmsg()
253 if (priv->compress) { in ng_deflate_rcvmsg()
335 if (priv->compress) { in ng_deflate_rcvdata()
374 if (priv->compress) in ng_deflate_shutdown()
396 if (priv->compress) in ng_deflate_disconnect()
711 if (priv->compress) in ng_deflate_reset_req()
/freebsd/sys/contrib/openzfs/module/
H A DKbuild.in284 lib/compress/fse_compress.o \
285 lib/compress/hist.o \
286 lib/compress/huf_compress.o \
287 lib/compress/zstd_compress.o \
288 lib/compress/zstd_compress_literals.o \
289 lib/compress/zstd_compress_sequences.o \
290 lib/compress/zstd_compress_superblock.o \
291 lib/compress/zstd_double_fast.o \
292 lib/compress/zstd_fast.o \
293 lib/compress/zstd_lazy.o \
[all …]
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md9 - `zstd-compress` : version of CLI which can only compress into zstd format
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.
78 The resulting binary will only be able to compress files.
80 A corresponding `Makefile` target using this ability is `zstd-compress`.
97 - `zstdmt` : compress using all cores available on local system.
118 will rely more and more on previously decoded content to compress the rest of the file.
152 -f : overwrite output without prompting, also (de)compress links
179 --rsyncable : compress using a rsync-friendly method (-B sets block size)
[all …]
/freebsd/sbin/savecore/
H A Dsavecore.c109 static bool checkfor, compress, uncompress, clear, force, keep; /* flags */ variable
874 if (compress) in DoLiveFile()
893 compress ? "compressed " : "", savedir, corename); in DoLiveFile()
905 if (compress) in DoLiveFile()
1041 if (compress && verbose) in DoFile()
1045 compress = false; in DoFile()
1152 if (compress) in DoFile()
1171 if (compress) in DoFile()
1214 isencrypted ? "encrypted " : "", compress ? "compressed " : "", in DoFile()
1223 !(compress || iscompressed || isencrypted), in DoFile()
[all …]

1234567891011