Home
last modified time | relevance | path

Searched +full:7 +full:z (Results 1 – 6 of 6) sorted by relevance

/lz4-3.4.0-2.7.6/programs/
Dlz4.132 \fBlz4 file\.lz4\fR will default to decompression (use \fB\-z\fR to force compression)
93 \fB\-z\fR \fB\-\-compress\fR
94 … file extension \fB\.lz4\fR implies \fB\-\-decompress\fR by default)\. \fB\-z\fR can also be used …
158 Block size [4\-7](default : 7)
Dlz4.1.md36 * `lz4 file.lz4` will default to decompression (use `-z` to force compression)
93 * `-z` `--compress`:
100 `-z` can also be used to force compression of an already compressed
179 Block size \[4-7\](default : 7)<br/>
DREADME.md48 -z : force compression
65 or predefined block size [4-7] (default: 7)
Dlz4cli.c64 #define LZ4_BLOCKSIZEID_DEFAULT 7
116 DISPLAY( " -z : force compression \n"); in usage()
142 DISPLAY( " or predefined block size [4-7] (default: 7) \n"); in usage_advanced()
459 case 'z': mode = om_compress; break;
524 if (B <= 7) {
/lz4-3.4.0-2.7.6/
Dappveyor.yml777z.exe a -bb1 bin\lz4_x64.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
817z.exe a -bb1 bin\lz4_x86.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
/lz4-3.4.0-2.7.6/tests/
Dtest-lz4-list.py21 if len(splitlines) != 7:
190 for unit in ['', 'K', 'M', 'G', 'T', 'P', 'E', 'Z', 'Y']: