Home
last modified time | relevance | path

Searched full:m (Results 1 – 17 of 17) sorted by relevance

/lz4-3.4.0-2.7.6/programs/
Dlz4.126 \fBlz4\fR compresses a single file by default (see \fB\-m\fR for multiple files)
44 …l be \fBstdout\fR\. Conversely, providing a destination name, or using \fB\-m\fR ensures that the …
52 \fBlz4 \-m\fR makes it possible to provide multiple input filenames, which will be compressed into …
55 Similarly, \fBlz4 \-m \-d\fR can decompress multiple \fB*\.lz4\fR files\.
61 Consequently, \fBlz4 \-m \-\-rm\fR behaves the same as \fBgzip\fR\.
149 \fB\-m\fR \fB\-\-multiple\fR
150 …ces notification level\. Can also be used to list multiple files\. \fBlz4 \-m\fR has a behavior eq…
154 operate recursively on directories\. This mode also sets \fB\-m\fR (multiple input files)\.
191 Note : \fB\-l\fR is not compatible with \fB\-m\fR (\fB\-\-multiple\fR) nor \fB\-r\fR
Dlz4.1.md34 * `lz4` compresses a single file by default (see `-m` for multiple files)
49 Conversely, providing a destination name, or using `-m`
54 * `lz4 -m` makes it possible to provide multiple input filenames,
59 * Similarly, `lz4 -m -d` can decompress multiple `*.lz4` files.
62 * Consequently, `lz4 -m --rm` behaves the same as `gzip`.
166 * `-m` `--multiple`:
171 `lz4 -m` has a behavior equivalent to `gzip -k`
176 This mode also sets `-m` (multiple input files).
202 Note : `-l` is not compatible with `-m` (`--multiple`) nor `-r`
DREADME.md61 -m : multiple input files (implies automatic output filenames)
62 -r : operate recursively on directories (sets also -m)
Dlz4cli.c136 DISPLAY( " -m : multiple input files (implies automatic output filenames)\n"); in usage_advanced()
138 DISPLAY( " -r : operate recursively on directories (sets also -m) \n"); in usage_advanced()
261 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
272 if ((**stringPtr=='K') || (**stringPtr=='M')) { in readU32FromChar()
274 if (**stringPtr=='M') result <<= 10; in readU32FromChar()
559 case 'm': multiple_inputs=1;
583 /* Store in *inFileNames[] if -m is used. */
597 …DISPLAYLEVEL(1, "Warning : %s won't be used ! Do you want multiple input files (-m) ? \n", argumen…
680 * Conversely, to ensure output will not become `stdout`, use `-m` command flag */
/lz4-3.4.0-2.7.6/tests/
Dtest-lz4-list.py28 self.exp_unc_size += os.path.getsize("{}/test_list_{}M".format(TEMP, i))
39 …for i, line in enumerate(execute("{} --list -m {}/test_list_*.lz4".format(LZ4, TEMP), print_output…
115 …output = execute("{} --list -m -v {}/test_list_concat-all.lz4 {}/test_list_*M-lz4f-2f--content-siz…
178 expected_size_unc = int(ffm[ffm.rindex("_") + 1:ffm.index("M")]) * 1048576
190 for unit in ['', 'K', 'M', 'G', 'T', 'P', 'E', 'Z', 'Y']:
198 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text)
246 filename = "{}/test_list_{}M".format(TEMP, i)
265 … with open("{}/test_list_{}M-lz4f-2f--content-size.lz4".format(TEMP, sum(SIZES)), 'ab') as outfile:
DMakefile253 $(LZ4) -f -m tmp-tlm*
261 $(LZ4) -d -f -m tmp-tlm*.lz4
268 $(LZ4) -m tmp-tlm1 tmp-tlm2 tmp-tlm3 -c > tmp-tlm-concat2
273 $(LZ4) -f -m tmp-tlm1 tmp-tlm2 tmp-tlm3 # generate .lz4 to decompress
276 $(LZ4) -d -m tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 -c > tmp-tlm-concat2
280 ! $(LZ4) -f -m tmp-tlm-concat1 notHere tmp-tlm-concat2 # must fail : notHere not present
289 $(LZ4) -f -l -m tmp-tlm*
297 $(LZ4) -d -f -m tmp-tlm*.lz4
298 $(LZ4) -l -d -f -m tmp-tlm*.lz4 # -l mustn't impact -d option
305 $(LZ4) -l -m tmp-tlm1 tmp-tlm2 tmp-tlm3 -c > tmp-tlm-concat2
[all …]
Dtest-lz4-speed.py45 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text)
245 … parser.add_argument('--message', '-m', help='attach an additional message to e-mail', default="")
Ddatagencli.c114 if (*argument=='M') { size <<= 20; argument++; } in main()
Dframetest.c1209 case 'm': duration *= 60; argument++; continue; in main()
Dfuzzer.c1765 case 'm': duration *= 60; argument++; continue; in main()
/lz4-3.4.0-2.7.6/
DMakefile.inc107 INSTALL_PROGRAM ?= $(INSTALL) -m 755
108 INSTALL_DATA ?= $(INSTALL) -m 644
109 INSTALL_DIR ?= $(INSTALL) -d -m 755
Dappveyor.yml89 …msbuild "build\VS2010\lz4.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v…
93 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Build…
97 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Build…
101 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Build…
DNEWS12 cli : `-l` legacy format is now compatible with `-m` multiple files, by Filipe Calasans
170 New : command -m, to compress multiple files in a single command (suggested by Kyle J. Harper)
/lz4-3.4.0-2.7.6/contrib/meson/meson/
DInstallSymlink.py33 usage='{0} [-h] [-d] [-m MODE] source dest install_dir\n\n'
42 parser.add_argument('-m', '--mode',
Dmeson.build74 #libm_dep = cc.find_library('m', required: bin_tests)
/lz4-3.4.0-2.7.6/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
/lz4-3.4.0-2.7.6/lib/
Dlz4.c530 const U64 m = 0x0101010101010101ULL; in LZ4_NbCommonBytes()
532 return (unsigned)(((U64)((val & (m - 1)) * m)) >> 56); in LZ4_NbCommonBytes()
544 const U32 m = 0x01010101; in LZ4_NbCommonBytes()
545 return (unsigned)((((val - 1) ^ val) & (m - 1)) * m) >> 24; in LZ4_NbCommonBytes()