Searched full:v1 (Results 1 – 14 of 14) sorted by relevance
/lz4-3.4.0-2.7.6/ |
D | NEWS | 1 v1.9.3 23 v1.9.2 37 v1.9.1 38 fix : decompression functions were reading a few bytes beyond input size (introduced in v1.9.0, rep… 44 v1.9.0 56 v1.8.3 58 fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560) 65 v1.8.2 77 v1.8.1 90 v1.8.0 [all …]
|
D | README.md | 18 …t [API](https://github.com/lz4/lz4/blob/v1.8.3/lib/lz4frame.h#L481) and [CLI](https://github.com/l… 20 …h the [Zstandard Dictionary Builder](https://github.com/facebook/zstd/blob/v1.3.5/programs/zstd.1.… 52 |**LZ4 default (v1.9.0)** |**2.101**| **780 MB/s**| **4970 MB/s** | 59 |**LZ4 HC -9 (v1.9.0)** |**2.721**| 41 MB/s | **4900 MB/s** |
|
D | .travis.yml | 208 … -o ~/ninja.zip -L 'https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip'…
|
/lz4-3.4.0-2.7.6/lib/ |
D | xxhash.c | 368 U32 v1 = seed + PRIME32_1 + PRIME32_2; in XXH32_endian_align() local 374 v1 = XXH32_round(v1, XXH_get32bits(p)); p+=4; in XXH32_endian_align() 380 h32 = XXH_rotl32(v1, 1) + XXH_rotl32(v2, 7) in XXH32_endian_align() 441 state.v1 = seed + PRIME32_1 + PRIME32_2; in XXH32_reset() 476 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian() 487 U32 v1 = state->v1; in XXH32_update_endian() local 493 v1 = XXH32_round(v1, XXH_readLE32(p, endian)); p+=4; in XXH32_update_endian() 499 state->v1 = v1; in XXH32_update_endian() 532 h32 = XXH_rotl32(state->v1, 1) in XXH32_digest_endian() 827 U64 v1 = seed + PRIME64_1 + PRIME64_2; in XXH64_endian_align() local [all …]
|
D | lz4hc.h | 83 /*! LZ4_compress_HC_destSize() : v1.9.0+ 155 LZ4LIB_API void LZ4_resetStreamHC_fast(LZ4_streamHC_t* streamHCPtr, int compressionLevel); /* v1.… 162 /*! LZ4_compress_HC_continue_destSize() : v1.9.0+ 243 /* LZ4_initStreamHC() : v1.9.0+ 245 * Before v1.9.0 : use LZ4_resetStreamHC() instead 321 /*! LZ4_setCompressionLevel() : v1.8.0+ (experimental) 329 /*! LZ4_favorDecompressionSpeed() : v1.8.2+ (experimental) 336 /*! LZ4_resetStreamHC_fast() : v1.9.0+
|
D | lz4.h | 217 * Note : from v1.8.2 to v1.9.1, this function had a bug (fixed un v1.9.2+): 222 * it's highly recommended to update liblz4 to v1.9.2 or better. 276 /*! LZ4_resetStream_fast() : v1.9.0+ 370 /*! LZ4_decoderRingBufferSize() : v1.8.2+ 631 /*! LZ4_initStream() : v1.9.0+ 643 * Note3: Before v1.9.0, use LZ4_resetStream() instead 696 /*! Obsolete compression functions (since v1.7.3) */ 704 /*! Obsolete decompression functions (since v1.8.0) */ 708 /* Obsolete streaming functions (since v1.7.0) 723 /*! Obsolete streaming decoding functions (since v1.7.0) */ [all …]
|
D | xxhash.h | 267 uint32_t v1; member 278 uint64_t v1; member 292 unsigned v1; member 304 unsigned long long v1; member
|
D | lz4frame.h | 36 * conformant with specification v1.6.1 in doc/lz4_Frame_format.md . 185 …_blockLinked, LZ4F_noContentChecksum, LZ4F_frame, 0ULL, 0U, LZ4F_noBlockChecksum } /* v1.8.3+ */ 196 …ompression ratio. Only works for high compression modes (>= LZ4HC_CLEVEL_OPT_MIN) */ /* v1.8.2+ */ 200 #define LZ4F_INIT_PREFERENCES { LZ4F_INIT_FRAMEINFO, 0, 0u, 0u, { 0u, 0u, 0u } } /* v1.8.3+ */ 207 LZ4FLIB_API int LZ4F_compressionLevel_max(void); /* v1.8.0+ */ 376 /*! LZ4F_headerSize() : v1.9.0+ 471 /*! LZ4F_resetDecompressionContext() : added in v1.8.0
|
D | lz4frame.c | 36 * in full conformance with specification v1.6.1 .
|
/lz4-3.4.0-2.7.6/tests/ |
D | checkTag.c | 32 * Example : tag v1.8.1.2 is compatible with version 1.8.1
|
D | test-lz4-speed.py | 24 script_version = 'v1.7.2 (2016-11-08)'
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4_manual.html | 145 Note : from v1.8.2 to v1.9.1, this function had a bug (fixed un v1.9.2+): 150 it's highly recommended to update liblz4 to v1.9.2 or better. 491 Note3: Before v1.9.0, use LZ4_resetStream() instead
|
D | lz4frame_manual.html | 97 …ression ratio. Only works for high compression modes (>= LZ4HC_CLEVEL_OPT_MIN) */ /* v1.8.2+ */<b>
|
/lz4-3.4.0-2.7.6/examples/ |
D | frameCompress.c | 164 printf("Impossible with expected frame specification (<=v1.6.1)\n"); in get_block_size()
|