Home
last modified time | relevance | path

Searched full:zlibwrapper (Results 1 – 18 of 18) sorted by relevance

/external/zstd/zlibWrapper/
DREADME.md11 - zlibWrapper/zstd_zlibwrapper.h
12 - zlibWrapper/zstd_zlibwrapper.c
13 - zlibWrapper/gz*.c files (gzclose.c, gzlib.c, gzread.c, gzwrite.c)
14 - zlibWrapper/gz*.h files (gzcompatibility.h, gzguts.h)
46 …m [the zlib library distribution](https://zlib.net/) and copied it to [zlibWrapper/examples/exampl…
71 The script used for compilation can be found at [zlibWrapper/Makefile](Makefile).
83 The benchmark tool can be compiled with `make zwrapbench` using [zlibWrapper/Makefile](Makefile).
117 | zlib 1.2.8 with zlibWrapper and reusing a context | 30.40 MB/s | 218.9 MB/s | 6819783 | 3.45…
118 | zlib 1.2.8 with zlibWrapper not reusing a context | 30.28 MB/s | 218.1 MB/s | 6819783 | 3.45…
121 | zstd 1.1.0 with zlibWrapper and reusing a context | 54.01 MB/s | 403.2 MB/s | 6763482 | 3.48…
[all …]
Dgzclose.c1 /* gzclose.c contains minimal changes required to be compiled with zlibWrapper:
Dgzguts.h1 /* gzguts.h contains minimal changes required to be compiled with zlibWrapper:
Dgzlib.c1 /* gzlib.c contains minimal changes required to be compiled with zlibWrapper:
Dgzwrite.c1 /* gzwrite.c contains minimal changes required to be compiled with zlibWrapper:
Dgzread.c1 /* gzread.c contains minimal changes required to be compiled with zlibWrapper:
/external/zstd/.github/workflows/
Dnightly.yml53 #- make zlibwrapper && make clean
59 #- CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make clean
Ddev-short-tests.yml147 make -C zlibWrapper test
148 make -C zlibWrapper test-valgrind
/external/zstd/.circleci/
Dconfig.yml111 #- make zlibwrapper && make clean
117 #- CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make clean
/external/zstd/
DMakefile17 ZWRAPDIR = zlibWrapper
48 allmost: allzstd zlibwrapper
75 .PHONY: zlibwrapper
76 zlibwrapper: lib target
452 # does not analyze zlibWrapper, due to detected issues in zlib source code
DTESTING.md39 - ZlibWrapper tests, including under valgrind
DCHANGELOG26 build: better C90 compliance for zlibWrapper, by @emaste
217 build: Improve `zlibwrapper` Makefile (#2437, @Cyan4973)
239 api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
328 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
/external/zstd/contrib/
DcleanTabs2 …b/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c637 DISPLAY("benchmarking zstd %s (using zlibWrapper)\n", ZSTD_VERSION_STRING); in BMK_benchCLevel()
645 DISPLAY("benchmarking zstd %s (zlibWrapper not reusing a context)\n", ZSTD_VERSION_STRING); in BMK_benchCLevel()
673 DISPLAY("benchmarking zlib %s (using zlibWrapper)\n", ZLIB_VERSION); in BMK_benchCLevel()
681 DISPLAY("benchmarking zlib %s (zlibWrapper not reusing a context)\n", ZLIB_VERSION); in BMK_benchCLevel()
Dexample.c1 /* example.c contains minimal changes required to be compiled with zlibWrapper:
3 * - test_flush() and test_sync() use functions not supported by zlibWrapper
Dfitblk.c1 /* fitblk.c contains minimal changes required to be compiled with zlibWrapper:
Dminigzip.c1 /* minigzip.c contains minimal changes required to be compiled with zlibWrapper:
/external/zlib/contrib/tests/
Dutils_unittest.cc52 TEST(ZlibTest, ZlibWrapper) { in TEST() argument