Home
last modified time | relevance | path

Searched refs:more (Results 1 – 13 of 13) sorted by relevance

/lz4-3.4.0-2.7.6/
DLICENSE11 receive more limited attention and support for such scenario.
DNEWS73 cli : benchmark mode more accurate for small inputs
106 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski
243 Improved : fuzzer, support more test cases, more parameters, ability to jump to specific test
265 lz4.h : no more static inline prototypes (issue 116)
/lz4-3.4.0-2.7.6/contrib/snap/
DREADME.md29 For more information on Snaps see https://docs.snapcraft.io and https://forum.snapcraft.io/
/lz4-3.4.0-2.7.6/examples/
Dstreaming_api_basics.md25 So LZ4 library could find more redundancy than Block API.
DCOPYING143 years, to give any third party, for a charge no more than your
304 GNU General Public License for more details.
337 consider it more useful to permit linking proprietary applications with the
/lz4-3.4.0-2.7.6/lib/
DREADME.md16 For more compression ratio at the cost of compression speed,
51 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern…
Dlz4.c1086 unsigned const more = LZ4_count(limit, (const BYTE*)source, matchlimit); in LZ4_compress_generic_validated() local
1087 matchCode += more; in LZ4_compress_generic_validated()
1088 ip += more; in LZ4_compress_generic_validated()
/lz4-3.4.0-2.7.6/programs/
Dlz4.1.md57 This mode has a behavior which more closely mimics `gzip` command line,
186 Blocks depend on predecessors (improves compression ratio, more noticeable on small blocks)
DREADME.md28 It makes benchmark more precise as it eliminates I/O overhead.
DCOPYING143 years, to give any third party, for a charge no more than your
304 GNU General Public License for more details.
337 consider it more useful to permit linking proprietary applications with the
/lz4-3.4.0-2.7.6/tests/
DCOPYING143 years, to give any third party, for a charge no more than your
304 GNU General Public License for more details.
337 consider it more useful to permit linking proprietary applications with the
/lz4-3.4.0-2.7.6/doc/
Dlz4_Block_format.md42 If it is 15, then we need to add some more bytes to indicate the full length.
Dlz4_Frame_format.md226 to encode the input in a more compact manner.