Home
last modified time | relevance | path

Searched full:not (Results 1 – 25 of 72) sorted by relevance

123

/lz4-3.4.0-2.7.6/tests/
DCOPYING7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
Dtest-lz4-speed.py60 if popen.returncode is not None and popen.returncode != 0:
61 if stderr_lines and not print_output and print_error:
86 log("e-mail cannot be sent (mail or mutt not found)")
103 log("e-mail cannot be sent (mail or mutt not found)")
111 if ("HEAD" not in line) and ("coverity_scan" not in line) and ("gh-pages" not in line):
126 if not os.path.isfile(resultsFileName):
195 if not args.dry_run:
206 if not args.dry_run:
253 …parser.add_argument('--dry-run', dest='dry_run', action='store_true', help='not build', default=Fa…
266 log("ERROR: File/directory not found: " + fileName)
[all …]
Dtest-lz4-versions.py64 if not os.path.isdir(clone_dir):
80 if not os.path.isfile(dst_lz4c) or not os.path.isfile(dst_lz4c32) or tag == head:
115 if not os.path.isfile(lz4):
119 if not os.path.isfile(lz4t):
141 print(' OK') # well, here, decompression has worked; but file is not yet verified
146 if not filecmp.cmp(dec, test_dat):
DcheckTag.c18 with this program; if not, write to the Free Software Foundation, Inc.,
33 * When tag and version are not compatible, program exits with error code 1.
44 * @return 1 if tag is compatible, 0 if not.
77 printf("!! error : tag and versions are not compatible !! \n"); in main()
Dtest-lz4-list.py12 if not os.path.exists(LZ4):
121 if not line:
162 …if "-lz4f-" in self.cvinfo.file_frame_map[i] and "--no-frame-crc" not in self.cvinfo.file_frame_ma…
168 if "-2f-" not in self.cvinfo.file_frame_map[i]:
177 if "-2f-" not in ffm and "--content-size" in ffm:
220 if popen.returncode is not None and popen.returncode != 0:
221 if stderr_lines and not print_output and print_error:
229 if not silent:
DREADME.md33 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an…
34 … e-mails using `mutt`; if `mutt` is not available it sends e-mails without attachments using `mail…
/lz4-3.4.0-2.7.6/programs/
DCOPYING7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
Dlz4.123 \fBlz4\fR supports a command line syntax similar \fIbut not identical\fR to \fBgzip(1)\fR\. Differe…
41 …cit output, which depends on \fBstdout\fR status\. When \fBstdout\fR \fIis Not the console\fR, it …
120 … compression speed, at the cost of some compression ratio\. If \fB=#\fR is not present, it default…
142 …s \fBlz4cat \-\-force\fR to be used like \fBcat (1)\fR for files that have not been compressed wit…
177 Header includes original size (default:not present)
191 Note : \fB\-l\fR is not compatible with \fB\-m\fR (\fB\-\-multiple\fR) nor \fB\-r\fR
Dlz4.1.md31 `lz4` supports a command line syntax similar _but not identical_ to `gzip(1)`.
43 When `stdout` _is Not the console_, it becomes the implicit output.
134 If `=#` is not present, it defaults to `1`.
161 that have not been compressed with `lz4`.
192 Header includes original size (default:not present)<br/>
202 Note : `-l` is not compatible with `-m` (`--multiple`) nor `-r`
Dbench.c18 with this program; if not, write to the Free Software Foundation, Inc.,
335 EXM_THROW(31, "allocation error : not enough memory"); in BMK_benchMem()
604 if (readSize != (size_t)fileSize) EXM_THROW(11, "could not read %s", fileNamesTable[n]); in BMK_loadFiles()
624 if (!fileSizes) EXM_THROW(12, "not enough memory for fileSizes"); in BMK_benchFileTable()
628 if (benchedSize==0) EXM_THROW(12, "not enough memory"); in BMK_benchFileTable()
635 DISPLAY("Not enough memory; testing %u MB only...\n", (U32)(benchedSize >> 20)); in BMK_benchFileTable()
638 if (!srcBuffer) EXM_THROW(12, "not enough memory"); in BMK_benchFileTable()
666 if (!srcBuffer) EXM_THROW(21, "not enough memory"); in BMK_syntheticTest()
713 if (!dictFileSize) EXM_THROW(25, "Dictionary error : could not stat dictionary file"); in BMK_benchFiles()
716 if (!dictFile) EXM_THROW(25, "Dictionary error : could not open dictionary file"); in BMK_benchFiles()
[all …]
/lz4-3.4.0-2.7.6/examples/
DCOPYING7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
Dsimple_buffer.c35 // This is baked into the API and not going to change, for consistency. in main()
60 …// Not only does a positive return_value mean success, the value returned == the number of bytes r… in main()
88 // Not only does a positive return value mean success, in main()
96 run_screaming("Validation failed. *src and *new_src are not identical.", 1); in main()
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt46 # depending on whether or not we are the top-level project.
56 if(NOT LZ4_BUNDLED_MODE AND NOT CPack_CMake_INCLUDED)
64 endif(NOT LZ4_BUNDLED_MODE AND NOT CPack_CMake_INCLUDED)
70 CMAKE_DEPENDENT_OPTION(BUILD_SHARED_LIBS "Build shared libraries" ON "NOT LZ4_BUNDLED_MODE" OFF)
73 if(NOT BUILD_SHARED_LIBS AND NOT BUILD_STATIC_LIBS)
178 if(NOT LZ4_BUNDLED_MODE)
216 endif(NOT LZ4_BUNDLED_MODE)
/lz4-3.4.0-2.7.6/doc/
Dlz4_Block_format.md19 not how the compressor nor decompressor actually work.
20 The correctness of the decompressor should not depend
30 A sequence is a suite of literals (not-compressed bytes),
47 (Side note : this is why a not-compressible input block is expanded by 0.4%).
79 Note that 0 is an invalid value, not used.
102 which means that later bytes to copy are not yet decoded.
131 When a block does not respect these end conditions,
142 it is recommended to ensure that the decoder will not be vulnerable to
Dlz4_manual.html42 lz4.h only handle blocks, it can not generate Frames.
91 …If destination buffer is not large enough, decoding will stop and output an error code (negative v…
97 …dSize and dstCapacity must be provided to the function, the compressed block does not contain them.
106 …ximum size that LZ4 compression may output in a "worst case" scenario (input data not compressible)
211 but is not compatible with memory regions containing garbage data.
244 …It's not possible to append blocks together and expect a single invocation of LZ4_decompress_*() t…
290 …up to the moment there is not enough remaining space for next block (remainingSize < maxBlockSize),
310 In which case, encoding and decoding buffers do not need to be synchronized.
318 In which case, encoding and decoding buffers do not need to be synchronized,
321 Whenever these conditions are not possible,
[all …]
Dlz4frame_manual.html171 …@return if automatic flushing is not enabled, includes the possibility that internal buffer might …
184 If this condition is not respected, LZ4F_compress() will fail (result is an errorCode).
270 and not more than <= LZ4F_HEADER_SIZE_MAX bytes.
275 If input size is not large enough,
284 and not yet read enough information to decode the header,
288 LZ4F_getFrameInfo() only consumes bytes when decoding has not yet started,
294 …note 1 : in case of error, dctx is not modified. Decoding operation can resume from beginning safe…
312 The function does not necessarily read all input bytes, so always check value in *srcSizePtr.
328 After a decompression error, the `dctx` context is not resumable.
365 If this condition is not respected, function will fail (@return an errorCode).
[all …]
Dlz4_Frame_format.md40 does not attempt to allow random access to compressed data.
56 Whenever it does not support a specific parameter within the compressed stream,
209 shall not be able to decode such a frame.
265 If the highest bit is not set (`0`), the block is LZ4-compressed,
269 The size does not include the block checksum if present.
285 It might be compressed or not, depending on previous field indications.
289 Note that a block is not necessarily full.
351 Newer compressors should not use this format anymore, as it is too restrictive.
395 and trigger an error if it does not fit within acceptable range.
/lz4-3.4.0-2.7.6/lib/
Dlz4.h20 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
67 lz4.h only handle blocks, it can not generate Frames.
154 …* If destination buffer is not large enough, decoding will stop and output an error code…
160 …dSize and dstCapacity must be provided to the function, the compressed block does not contain them.
174 …ximum size that LZ4 compression may output in a "worst case" scenario (input data not compressible)
291 * but is not compatible with memory regions containing garbage data.
324 …* It's not possible to append blocks together and expect a single invocation of LZ4_deco…
373 …* up to the moment there is not enough remaining space for next block (remainingSize < maxBlockSi…
394 * In which case, encoding and decoding buffers do not need to be synchronized.
[all …]
DREADME.md5 not all of them are necessary.
36 Definitions which are not guaranteed to remain stable in future versions,
41 The associated symbols are also not exposed by the dynamic library by default.
81 In most cases, it's not expected to be necessary,
122 Other files present in the directory are not source code. They are :
Dlz4frame.h19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41 * lz4.h is not required when using lz4frame.h,
293 …* @return if automatic flushing is not enabled, includes the possibility that internal buffer migh…
303 * If this condition is not respected, LZ4F_compress() will fail (result is an errorCode).
403 * and not more than <= LZ4F_HEADER_SIZE_MAX bytes.
408 * If input size is not large enough,
417 * and not yet read enough information to decode the header,
421 * LZ4F_getFrameInfo() only consumes bytes when decoding has not yet started,
427 …* note 1 : in case of error, dctx is not modified. Decoding operation can resume from beginning s…
[all …]
DLICENSE16 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
Dlz4frame_static.h20 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Dlz4hc.h19 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140 In case of failure, the API does not guarantee recovery,
170 * Note that this function may not consume the entire input.
186 * Do not use these definitions directly.
220 /* Do not use these definitions directly !
236 * Note that invoking LZ4_initStreamHC() is not required when
267 /* Obsolete streaming functions; degraded functionality; do not use!
305 * They should not be linked from DLL,
/lz4-3.4.0-2.7.6/contrib/meson/meson/
DInstallSymlink.py17 if not install_dir.exists():
19 if not install_dir.is_dir():
43 help='directory mode on creating if not exist',
/lz4-3.4.0-2.7.6/contrib/djgpp/
DLICENSE15 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

123