Home
last modified time | relevance | path

Searched full:set (Results 1 – 25 of 30) sorted by relevance

12

/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt13 set(LZ4_TOP_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../..")
25 set(LZ4_VERSION_STRING "${LZ4_VERSION_MAJOR}.${LZ4_VERSION_MINOR}.${LZ4_VERSION_RELEASE}")
31 cmake_policy (SET CMP0048 NEW)
42 # set it to OFF in your project before you add_subdirectory(lz4/contrib/cmake_unofficial).
45 # Bundled mode hasn't been set one way or the other, set the default
48 set(LZ4_BUNDLED_MODE OFF)
50 set(LZ4_BUNDLED_MODE ON)
57 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LZ4 compression library")
58 set(CPACK_PACKAGE_DESCRIPTION_FILE "${LZ4_TOP_SOURCE_DIR}/README.md")
59 set(CPACK_RESOURCE_FILE_LICENSE "${LZ4_TOP_SOURCE_DIR}/LICENSE")
[all …]
/lz4-3.4.0-2.7.6/doc/
Dlz4_Frame_format.md27 file system and character set, suitable for
53 at least one working set of parameters
97 is set in the frame descriptor.
112 In such case, each frame has its own set of descriptor flags.
150 2-bits field, must be set to `01`.
156 If this flag is set to “1”, blocks are independent.
157 If this flag is set to “0”, each block depends on previous ones
166 If this flag is set, each data block will be followed by a 4-bytes checksum,
174 If this flag is set, the uncompressed size of data included within the frame
180 If this flag is set, a 32-bits content checksum will be appended
[all …]
Dlz4frame_manual.html87 </b><p> makes it possible to set or read frame parameters.
103 All reserved fields must be set to zero.
121 …t structure is optional : you can provide NULL as argument. All preferences will be set to default.
154 …`prefsPtr` is optional : you can provide NULL as argument, all preferences will then be set to def…
169 …prefsPtr is optional : when NULL is provided, preferences will be set to cover worst case scenario.
187 `cOptPtr` is optional : NULL can be provided, in which case all options are set to default.
199 `cOptPtr` is optional : it's possible to provide NULL, all options will be set to default.
212 `cOptPtr` is optional : NULL can be provided, in which case all options will be set to default.
224 unsigned reserved[3]; </b>/* must be set to zero for forward compatibility */<b>
/lz4-3.4.0-2.7.6/
Dappveyor.yml26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
29 SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
33 …IF [%PLATFORM%]==[x64] (SET ADDITIONALPARAM=/p:LibraryPath="C:\Program Files\Microsoft SDKs\Window…
37 - if [%PLATFORM%]==[mingw32] SET PATH=%PATH_MINGW32%;%PATH_ORIGINAL%
38 - if [%PLATFORM%]==[mingw64] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
39 - if [%PLATFORM%]==[clang] SET PATH=%PATH_MINGW64%;%PATH_ORIGINAL%
D.gitattributes1 # Set the default behavior
/lz4-3.4.0-2.7.6/lib/
Dlz4frame.h171 * makes it possible to set or read frame parameters.
191 * All reserved fields must be set to zero. */
220 …t structure is optional : you can provide NULL as argument. All preferences will be set to default.
274 …* `prefsPtr` is optional : you can provide NULL as argument, all preferences will then be set to d…
291 …* prefsPtr is optional : when NULL is provided, preferences will be set to cover worst case scena…
306 * `cOptPtr` is optional : NULL can be provided, in which case all options are set to default.
319 * `cOptPtr` is optional : it's possible to provide NULL, all options will be set to default.
332 * `cOptPtr` is optional : NULL can be provided, in which case all options will be set to default.
351 unsigned reserved[3]; /* must be set to zero for forward compatibility */
553 * to generate a high-quality dictionary from a set of samples.
DREADME.md58 Set to 65535 by default, which is the maximum value supported by lz4 format.
104 To override the `dlltool` command when cross-compiling on Linux, just set the `DLLTOOL` variable. …
Dlz4hc.h120 LZ4_createStreamHC() does both, though compression level is set to LZ4HC_CLEVEL_DEFAULT.
213 LZ4_i8 favorDecSpeed; /* favor decompression speed if this flag set,
215 LZ4_i8 dirty; /* stream has to be fully reset if this flag is set */
Dlz4hc.c764 /* Assumption : ip, anchor, ml and ref must be set correctly */ in LZ4HC_compress_hashChain()
1380 /* set prices for first positions (literals) */ in LZ4HC_compress_optimal()
1391 /* set prices using initial match */ in LZ4HC_compress_optimal()
1452 /* before match : set price with literals at beginning */ in LZ4HC_compress_optimal()
1467 /* set prices using match at position = cur */ in LZ4HC_compress_optimal()
1518 encode: /* cur, last_match_pos, best_mlen, best_off must be set */ in LZ4HC_compress_optimal()
1593 /* Assumption : ip, anchor, ovml and ovref must be set correctly */ in LZ4HC_compress_optimal()
Dlz4.h364 * A dictionary can optionally be set. Use NULL or size 0 for a reset order.
557 # define LZ4_DISTANCE_MAX 65535 /* set to maximum value by default */
561 …*< maxCompressedSize is generally LZ4_COMPRESSBOUND(inputSize), but can be set to any lower value,…
Dlz4frame.c320 …* prefsPtr is optional : if NULL is provided, preferences will be set to cover worst case scenari…
425 …t structure is optional : you can provide NULL as argument. All preferences will be set to default.
721 …* LZ4F_preferences_t structure is optional : if NULL, preferences will be set to cover worst case…
1107 * output : set internal values of dctx, such as
1317 …assert(dstSize < 64 KB); /* if dstSize >= 64 KB, dictionary would be set into dstBuffer directly… in LZ4F_updateDict()
Dxxhash.h57 It depends on successfully passing SMHasher test set.
/lz4-3.4.0-2.7.6/programs/
Dlz4.1.md135 This setting overrides compression level if one was set previously.
136 Similarly, if a compression level is set after `--fast`, it overrides it.
139 Set highest compression level. Same as -12.
Dbench.h32 /* Set Parameters */
Dlz4.1120 … setting overrides compression level if one was set previously\. Similarly, if a compression level…
Dutil.h334 res += utime(filename, &timebuf); /* set access and modification times */ in UTIL_setFileStat()
340 res += utimensat(AT_FDCWD, filename, timebuf, 0); /* set access and modification times */ in UTIL_setFileStat()
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml15 # In the meantime, set it to 1.
19 …s://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-environment-v…
/lz4-3.4.0-2.7.6/ossfuzz/
Dtravisoss.sh3 set -ex
Dfuzz.h20 * the method to use based on the compiler. If testing with UBSAN set
/lz4-3.4.0-2.7.6/tests/
Dtest_install.sh2 set -e
Dtest_custom_block_sizes.sh2 set -e
/lz4-3.4.0-2.7.6/build/
DREADME.md27 `build\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and
/lz4-3.4.0-2.7.6/examples/
Dcompress_functions.c19 …ts name, it's not a "fast" version of compression. It simply decides if HEAPMODE is set and either
76 /* Create a crude set of test IDs so we can switch on them later (Can't switch() on a char[] or ch…
247 // Set and derive sizes. Since we're using strings, use strlen() + 1 for \0. in main()
Dsimple_buffer.c37 …// you may need to do some casting or set the right -Wno compiler flags to ignore those warni… in main()
DframeCompress.c25 { 0, 0, 0 }, /* reserved, must be set to 0 */

12