Home
last modified time | relevance | path

Searched full:example (Results 1 – 25 of 37) sorted by relevance

12

/lz4-3.4.0-2.7.6/lib/dll/example/
DREADME.md9 - `example\` : The example of usage of LZ4 library
29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW
31 Use `cd example` and `make` to build `fullbench-dll` and `fullbench-lib`.
42 file it should be linked with `dll\liblz4.dll`. For example:
49 #### The example of usage of static and dynamic LZ4 libraries with Visual C++
51 Open `example\fullbench-dll.sln` to compile `fullbench-dll` that uses a
DMakefile31 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
/lz4-3.4.0-2.7.6/
Dappveyor.yml62 MKDIR bin\dll bin\static bin\example bin\include &&
63 COPY tests\fullbench.c bin\example\ &&
64 COPY lib\xxhash.c bin\example\ &&
65 COPY lib\xxhash.h bin\example\ &&
71 COPY lib\dll\example\Makefile bin\example\ &&
72 COPY lib\dll\example\fullbench-dll.* bin\example\ &&
73 COPY lib\dll\example\README.md bin\ &&
77 …7z.exe a -bb1 bin\lz4_x64.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
81 …7z.exe a -bb1 bin\lz4_x86.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
/lz4-3.4.0-2.7.6/examples/
Dstreaming_api_basics.md14 For example, compress huge stream data in restricted memory environment.
36 Example (1) : Block API, 4KiB Block
46 Example (2) : Block API, 8KiB Block
58 Example (3) : Streaming API, 4KiB Block
70 - In example (1), there is no dependency.
72 - In example (2), naturally 8KiBytes block has internal dependency.
74 - In example (3), block #2 has dependency to #1,
77 Here, we can observe difference between example (2) and (3).
DblockStreaming_doubleBuffer.md1 # LZ4 Streaming API Example : Double Buffer
4 `blockStreaming_doubleBuffer.c` is LZ4 Streaming API example which implements double buffer (de)com…
9 - This is relatively advanced application example.
13 ## What's the point of this example ?
DblockStreaming_lineByLine.md1 # LZ4 Streaming API Example : Line by Line Text Compression
4 `blockStreaming_lineByLine.c` is LZ4 Straming API example which implements line by line incremental…
9 - This is relatively advanced application example.
13 ## What's the point of this example ?
DdictionaryRandomAccess.md1 # LZ4 API Example : Dictionary Random Access
3 `dictionaryRandomAccess.c` is LZ4 API example which implements dictionary compression and random ac…
8 ## What's the point of this example ?
DframeCompress.c1 /* LZ4frame API example : compress a file
2 * Modified from an example code by Zbigniew Jędrzejewski-Szmek
4 * This example streams an input file into an output file
47 /* Streaming Compression example */
153 /* Streaming decompression example */
218 * but this example only supports one frame. in decompress_file_internal()
228 * but this example only supports one frame. in decompress_file_internal()
DprintVersion.c1 // LZ4 trivial example : print Library version number
Dsimple_buffer.c5 …* Description: Example program to demonstrate the basic usage of the compress/decompress functions…
70 // In this example, we just re-use this information from previous section, in main()
DMakefile26 # example programs, using (mostly) LZ4 streaming library,
82 @echo "\n=== Simple compression example ==="
DHCStreaming_ringBuffer.c1 // LZ4 HC streaming API example : ring buffer
2 // Based on a previous example by Takayuki Matsuoka
DblockStreaming_doubleBuffer.c1 // LZ4 streaming API example : double buffer
DblockStreaming_lineByLine.c1 // LZ4 streaming API example : line-by-line logfile compression
DblockStreaming_ringBuffer.c1 /* LZ4 streaming API example : ring buffer
/lz4-3.4.0-2.7.6/lib/
DREADME.md54 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`,
67 for example with `-Wno-deprecated-declarations` on `gcc`,
104 …command when cross-compiling on Linux, just set the `DLLTOOL` variable. Example of cross compilat…
113 file it should be linked with `dll\liblz4.dll`. For example:
/lz4-3.4.0-2.7.6/programs/
Dlz4.166 … is\. \fBlz4\fR will decompress such files as if they were a single \fB\.lz4\fR file\. For example:
85 …\fB\-\-long\-word\fR\. Short commands can be concatenated together\. For example, \fB\-d \-c\fR is…
94 …ed from the command name (for example, \fBunlz4\fR implies \fB\-\-decompress\fR), nor from the inp…
Dlz4.1.md68 For example:
83 For example, `-d -c` is equivalent to `-dc`.
97 (for example, `unlz4` implies `--decompress`),
99 (for example, a file extension `.lz4` implies `--decompress` by default).
DCOPYING33 For example, if you distribute copies of such a program, whether
204 may not distribute the Program at all. For example, if a patent
/lz4-3.4.0-2.7.6/doc/
Dlz4_Block_format.md49 Example 1 : A literal length of 48 will be represented as :
54 Example 2 : A literal length of 280 will be represented as :
60 Example 3 : A literal length of 15 will be represented as :
/lz4-3.4.0-2.7.6/tests/
DcheckTag.c32 * Example : tag v1.8.1.2 is compatible with version 1.8.1
DREADME.md37 The example usage with two test files, one e-mail address, and with an additional message:
DCOPYING33 For example, if you distribute copies of such a program, whether
204 may not distribute the Program at all. For example, if a patent
/lz4-3.4.0-2.7.6/contrib/meson/meson/
DInstallSymlink.py34 'example:\n'
/lz4-3.4.0-2.7.6/build/
DREADME.md27 `build\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and

12