Searched full:example (Results 1 – 25 of 37) sorted by relevance
12
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | README.md | 9 - `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
|
D | Makefile | 31 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
|
/lz4-3.4.0-2.7.6/ |
D | appveyor.yml | 62 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/ |
D | streaming_api_basics.md | 14 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).
|
D | blockStreaming_doubleBuffer.md | 1 # 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 ?
|
D | blockStreaming_lineByLine.md | 1 # 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 ?
|
D | dictionaryRandomAccess.md | 1 # 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 ?
|
D | frameCompress.c | 1 /* 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()
|
D | printVersion.c | 1 // LZ4 trivial example : print Library version number
|
D | simple_buffer.c | 5 …* 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()
|
D | Makefile | 26 # example programs, using (mostly) LZ4 streaming library, 82 @echo "\n=== Simple compression example ==="
|
D | HCStreaming_ringBuffer.c | 1 // LZ4 HC streaming API example : ring buffer 2 // Based on a previous example by Takayuki Matsuoka
|
D | blockStreaming_doubleBuffer.c | 1 // LZ4 streaming API example : double buffer
|
D | blockStreaming_lineByLine.c | 1 // LZ4 streaming API example : line-by-line logfile compression
|
D | blockStreaming_ringBuffer.c | 1 /* LZ4 streaming API example : ring buffer
|
/lz4-3.4.0-2.7.6/lib/ |
D | README.md | 54 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/ |
D | lz4.1 | 66 … 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…
|
D | lz4.1.md | 68 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).
|
D | COPYING | 33 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/ |
D | lz4_Block_format.md | 49 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/ |
D | checkTag.c | 32 * Example : tag v1.8.1.2 is compatible with version 1.8.1
|
D | README.md | 37 The example usage with two test files, one e-mail address, and with an additional message:
|
D | COPYING | 33 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/ |
D | InstallSymlink.py | 34 'example:\n'
|
/lz4-3.4.0-2.7.6/build/ |
D | README.md | 27 `build\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and
|
12