Home
last modified time | relevance | path

Searched +full:fullbench +full:- +full:dll (Results 1 – 25 of 25) sorted by relevance

/external/zstd/lib/dll/example/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
14 DLLDIR := ../dll
16 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
17 CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \
18 -Wdeclaration-after-statement -Wstrict-prototypes \
19 -Wpointer-arith -Wstrict-aliasing=1
21 CPPFLAGS:= -I$(ZSTDDIR) -DXXH_NAMESPACE=ZSTD_
32 .PHONY: default fullbench-dll fullbench-lib
37 all: fullbench-dll fullbench-lib
[all …]
DREADME.md5 - `zstd.exe` : Command Line Utility, supporting gzip-like arguments
6 - `dll\libzstd.dll` : The ZSTD dynamic library (DLL)
7 - `dll\libzstd.lib` : The import library of the ZSTD dynamic library (DLL) for Visual C++
8 - `example\` : The example of usage of the ZSTD library
9 - `include\` : Header files required by the ZSTD library
10 - `static\libzstd_static.lib` : The static ZSTD library (LIB)
14 Command Line Interface (CLI) supports gzip-like arguments.
19 The full list of commands for CLI can be obtained with `-h` or `-H`. The ratio can
20 be improved with commands from `-3` to `-16` but higher levels also have slower
21 compression. CLI includes in-memory compression benchmark module with compression
[all …]
Dbuild_package.bat2 MKDIR bin\dll bin\static bin\example bin\include
3 COPY tests\fullbench.c bin\example\
13 COPY lib\dll\libzstd.* bin\dll\
14 COPY lib\dll\example\Makefile bin\example\
15 COPY lib\dll\example\fullbench-dll.* bin\example\
16 COPY lib\dll\example\README.md bin\
Dfullbench-dll.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll.vcxproj", "{139…
13 {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.ActiveCfg = Debug|Win32
14 {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.Build.0 = Debug|Win32
15 {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.ActiveCfg = Debug|x64
16 {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.Build.0 = Debug|x64
17 {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.ActiveCfg = Release|Win32
18 {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.Build.0 = Release|Win32
19 {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.ActiveCfg = Release|x64
20 {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.Build.0 = Release|x64
Dfullbench-dll.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{00000000-1CC8-4FD7-9281-6B8DBB9D3DF8}</ProjectGuid>
24 <RootNamespace>fullbench-dll</RootNamespace>
101 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
120 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
143 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
167 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
173 <ClCompile Include="fullbench.c" />
/external/lz4/lib/dll/example/
DREADME.md6 - `lz4.exe` : Command Line Utility, supporting gzip-like arguments
7 - `dll\msys-lz4-1.dll` : The DLL of LZ4 library, compiled by msys
8 - `dll\liblz4.dll.a` : The import library of LZ4 library for Visual C++
9 - `example\` : The example of usage of LZ4 library
10 - `include\` : Header files required with LZ4 library
11 - `static\liblz4_static.lib` : The static LZ4 library
16 Command Line Interface (CLI) supports gzip-like arguments.
21 The full list of commands for CLI can be obtained with `-h` or `-H`. The ratio can
22 be improved with commands from `-3` to `-16` but higher levels also have slower
23 compression. CLI includes in-memory compression benchmark module with compression
[all …]
DMakefile2 # LZ4 programs - Makefile
3 # Copyright (C) Yann Collet 2016-2020
19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 # - LZ4 homepage : http://www.lz4.org
23 # - LZ4 source repository : https://github.com/lz4/lz4
29 DLLDIR := ../dll
31 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
32 CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \
33 -Wdeclaration-after-statement -Wstrict-prototypes \
34 -Wpointer-arith -Wstrict-aliasing=1
[all …]
Dfullbench-dll.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll.vcxproj", "{139…
13 {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.ActiveCfg = Debug|Win32
14 {13992FD2-077E-4954-B065-A428198201A9}.Debug|Win32.Build.0 = Debug|Win32
15 {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.ActiveCfg = Debug|x64
16 {13992FD2-077E-4954-B065-A428198201A9}.Debug|x64.Build.0 = Debug|x64
17 {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.ActiveCfg = Release|Win32
18 {13992FD2-077E-4954-B065-A428198201A9}.Release|Win32.Build.0 = Release|Win32
19 {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.ActiveCfg = Release|x64
20 {13992FD2-077E-4954-B065-A428198201A9}.Release|x64.Build.0 = Release|x64
Dfullbench-dll.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{13992FD2-077E-4954-B065-A428198201A9}</ProjectGuid>
24 <RootNamespace>fullbench-dll</RootNamespace>
99 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
119 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
141 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
165 …<AdditionalLibraryDirectories>$(SolutionDir)..\dll;%(AdditionalLibraryDirectories)</AdditionalLibr…
171 <ClCompile Include="fullbench.c" />
/external/zstd/tests/
DMakefile6 # This source code is licensed under both the BSD-style license (found in the
9 # You may select, at your option, one of the above-listed licenses.
12 # fullbench : Precisely measure speed for each zstd inner functions
13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode
15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
17 # test-zstd-speed.py : script for testing zstd speed difference between commits
20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode
27 export DEBUGLEVEL # transmit value to sub-makefiles
36 DEBUGFLAGS += -g -Wno-c++-compat
37 CPPFLAGS += -I$(LIB_SRCDIR) -I$(LIB_SRCDIR)/common -I$(LIB_SRCDIR)/compress -I$(LIB_SRCDIR)/legac…
[all …]
D.gitignore2 fullbench
4 fullbench-lib
7 fuzzer-dll
10 zbufftest-dll
16 zstreamtest-dll
40 !gzip/hufts-segv.gz
72 !golden-decompression/*.zst
/external/lz4/
Dappveyor.yml4 - COMPILER: "gcc"
6 - COMPILER: "gcc"
8 - COMPILER: "visual"
11 - COMPILER: "visual"
14 - COMPILER: "visual"
17 - COMPILER: "visual"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
26 - if [%COMPILER%]==[gcc] SET PATH_ORIGINAL=%PATH%
[all …]
DNEWS3 perf : faster decoding speed (~+70%) for -BD4 setting in CLI
9 cli : `--list` works on `stdin` input, by @Low-power
10 cli : `--no-crc` does not produce (compression) nor check (decompression) checksums
11 cli : fix: `--test` and `--list` produce an error code when parsing invalid input
14 build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-mat
15 build: `make` and `make test` are compatible with `-j` parallel run
18 build: MSVC 2022 support, by @t-mat
19 build: improved meson script, by @eli-schwartz
31 api : fix alignment test on 32-bit systems (state initialization)
33 cli : `-l` legacy format is now compatible with `-m` multiple files, by Filipe Calasans
[all …]
/external/zstd/build/
DREADME.md7 - `cmake` - CMake project contributed by Artyom Dymchenko
8 - `VS2005` - Visual Studio 2005 Project (this project has been moved to the contrib directory and w…
9 - `VS2008` - Visual Studio 2008 project
10 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)
11 - `VS_scripts` - command line scripts prepared for Visual Studio compilation without IDE
21 6. Change `Debug` to `Release` and if you have 64-bit Windows change also `Win32` to `x64`.
33 - `zstd` : Command Line Utility, supporting gzip-like arguments
34 - `datagen` : Synthetic and parametrable data generator, for tests
35 - `fullbench` : Precisely measure speed for each zstd inner functions
36 - `fuzzer` : Test tool, to check zstd integrity on target platform
[all …]
/external/lz4/build/
DREADME.md7 - `cmake` - CMake project
8 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)
9 - `VS2017` - Visual Studio 2017 project
19 6. Change `Debug` to `Release` and if you have 64-bit Windows change also `Win32` to `x64`.
31 - `lz4` : Command Line Utility, supporting gzip-like arguments
32 - `datagen` : Synthetic and parametrable data generator, for tests
33 - `frametest` : Test tool that checks lz4frame integrity on target platform
34 - `fullbench` : Precisely measure speed for each lz4 inner functions
35 - `fuzzer` : Test tool, to check lz4 integrity on target platform
36 - `liblz4` : A static LZ4 library compiled to `liblz4_static.lib`
[all …]
/external/zstd/build/VS2010/
Dzstd.sln4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zstd", "zstd\zstd.vcxproj", "{4E52A41A-F33B-4C…
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{6FD4352B-3…
8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6…
10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
12 {00000000-94D5-4BF9-8A50-7BD9929A0850} = {00000000-94D5-4BF9-8A50-7BD9929A0850}
15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datagen", "datagen\datagen.vcxproj", "{037E781…
17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzstd", "libzstd\libzstd.vcxproj", "{8BFD815…
19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzstd-dll", "libzstd-dll\libzstd-dll.vcxproj…
29 {4E52A41A-F33B-4C7A-8C36-A1A6B4F4277C}.Debug|Win32.ActiveCfg = Debug|Win32
30 {4E52A41A-F33B-4C7A-8C36-A1A6B4F4277C}.Debug|Win32.Build.0 = Debug|Win32
[all …]
/external/lz4/build/VS2010/
Dlz4.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "lz4\lz4.vcxproj", "{E30329AC-0057-4FE0-
5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", …
7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6…
13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frametest", "frametest\frametest.vcxproj", "{3…
15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datagen", "datagen\datagen.vcxproj", "{D745AE2…
17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
19 {9800039D-4AAA-43A4-BB78-FEF6F4836927} = {9800039D-4AAA-43A4-BB78-FEF6F4836927}
30 {E30329AC-0057-4FE0-8FDA-7F650D398C4C}.Debug|Win32.ActiveCfg = Debug|Win32
[all …]
/external/lz4/build/VS2017/
Dlz4.sln5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", …
7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6…
13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frametest", "frametest\frametest.vcxproj", "{3…
15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datagen", "datagen\datagen.vcxproj", "{D745AE2…
17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
19 {9800039D-4AAA-43A4-BB78-FEF6F4836927} = {9800039D-4AAA-43A4-BB78-FEF6F4836927}
22 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "lz4\lz4.vcxproj", "{60A3115E-B988-41EE-
32 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.ActiveCfg = Debug|Win32
[all …]
/external/lz4/build/VS2022/
Dlz4.sln5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", …
7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fuzzer", "fuzzer\fuzzer.vcxproj", "{18B9F1A7-9…
11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench", "fullbench\fullbench.vcxproj", "{6…
13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frametest", "frametest\frametest.vcxproj", "{3…
15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datagen", "datagen\datagen.vcxproj", "{D745AE2…
17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullbench-dll", "fullbench-dll\fullbench-dll.v…
19 {9800039D-4AAA-43A4-BB78-FEF6F4836927} = {9800039D-4AAA-43A4-BB78-FEF6F4836927}
22 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lz4", "lz4\lz4.vcxproj", "{60A3115E-B988-41EE-
32 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.ActiveCfg = Debug|Win32
[all …]
/external/lz4/tests/
DMakefile2 # LZ4 programs - Makefile
3 # Copyright (C) Yann Collet 2011-2020
19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 # - LZ4 homepage : http://www.lz4.org
23 # - LZ4 source repository : https://github.com/lz4/lz4
27 # fullbench : Precisely measure speed for each LZ4 function variant
37 DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL)
38 CFLAGS ?= -O3 # can select custom optimization flags. Example : CFLAGS=-O2 make
39 CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow \
40 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes \
[all …]
/external/zstd/build/VS2010/fullbench-dll/
Dfullbench-dll.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{00000000-1CC8-4FD7-9281-6B8DBB9D3DF8}</ProjectGuid>
24 <RootNamespace>fullbench-dll</RootNamespace>
173 <ClCompile Include="..\..\..\tests\fullbench.c" />
182 <ProjectReference Include="..\libzstd-dll\libzstd-dll.vcxproj">
183 <Project>{00000000-94d5-4bf9-8a50-7bd9929a0850}</Project>
/external/lz4/build/VS2010/fullbench-dll/
Dfullbench-dll.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{13992FD2-077E-4954-B065-A428198201A9}</ProjectGuid>
24 <RootNamespace>fullbench-dll</RootNamespace>
169 <ClCompile Include="..\..\..\tests\fullbench.c" />
/external/lz4/build/VS2022/fullbench-dll/
Dfullbench-dll.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{13992FD2-077E-4954-B065-A428198201A9}</ProjectGuid>
24 <RootNamespace>fullbench-dll</RootNamespace>
173 <ClCompile Include="..\..\..\tests\fullbench.c" />
/external/lz4/build/VS2017/fullbench-dll/
Dfullbench-dll.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{13992FD2-077E-4954-B065-A428198201A9}</ProjectGuid>
24 <RootNamespace>fullbench-dll</RootNamespace>
173 <ClCompile Include="..\..\..\tests\fullbench.c" />
/external/zstd/
DCHANGELOG6 lib: reduce binary size with selective built-time exclusion, by @felixhandte
11 lib: fix zdict prototype mismatch in static_only mode, by @ldv-alt
12 lib: fix several bugs in magicless-format decoding, by @embg
13 cli: add common compressed file types to `--exclude-compressed`` by @daniellerozenblit
14 cli: fix mixing `-c` and `-o` commands with `--rm`, by @Cyan4973
15 cli: fix erroneous exclusion of hidden files with `--output-dir-mirror` by @felixhandte
20 …rovements by @terrelln, @sighingnow, @gjasny, @JohanMabille, @Saverio976, @gruenich, @teo-tsirpanis
22 build: fix cross-compiling for AArch64 with lld by @jcelerier
31 port: risc-v support validation in CI, by @Cyan4973
34 port: HP-UX compatibility, by @likema
[all …]