Home
last modified time | relevance | path

Searched full:setup (Results 1 – 11 of 11) sorted by relevance

/lz4-3.4.0-2.7.6/contrib/meson/
DREADME.md16 meson setup --buildtype=release -Ddefault_library=shared -Dbin_programs=true builddir
/lz4-3.4.0-2.7.6/contrib/djgpp/
DREADME.MD5 ## Setup
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml35 # Machine Setup
/lz4-3.4.0-2.7.6/
D.travis.yml216 meson setup \
/lz4-3.4.0-2.7.6/lib/
Dlz4hc.h385 * working LZ4_streamHC_t, this function introduces a no-copy setup mechanism,
Dlz4hc.c1388 DEBUGLOG(7, "rPos:%3i => price:%3i (litlen=%i) -- initial setup", in LZ4HC_compress_optimal()
1402 DEBUGLOG(7, "rPos:%3i => price:%3i (matchlen=%i) -- initial setup", in LZ4HC_compress_optimal()
1412 DEBUGLOG(7, "rPos:%3i => price:%3i (litlen=%i) -- initial setup", in LZ4HC_compress_optimal()
Dlz4.h479 * working LZ4_stream_t, this function introduces a no-copy setup mechanism,
Dlz4.c1617 /* For compressing large blobs, it is faster to pay the setup in LZ4_compress_fast_continue()
/lz4-3.4.0-2.7.6/examples/
Dcompress_functions.c50 …, or if your program is the producer (P) as well as its consumer (C) in a PC or MPMC setup, you can
/lz4-3.4.0-2.7.6/doc/
Dlz4_manual.html372 working LZ4_stream_t, this function introduces a no-copy setup mechanism,
/lz4-3.4.0-2.7.6/tests/
Dfuzzer.c1491 /* This test uses minimum amount of memory required to setup a decoding ring buffer in FUZ_unitTests()