Searched full:zlibwrapper (Results 1 – 18 of 18) sorted by relevance
| /external/zstd/zlibWrapper/ |
| D | README.md | 11 - 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 …]
|
| D | gzclose.c | 1 /* gzclose.c contains minimal changes required to be compiled with zlibWrapper:
|
| D | gzguts.h | 1 /* gzguts.h contains minimal changes required to be compiled with zlibWrapper:
|
| D | gzlib.c | 1 /* gzlib.c contains minimal changes required to be compiled with zlibWrapper:
|
| D | gzwrite.c | 1 /* gzwrite.c contains minimal changes required to be compiled with zlibWrapper:
|
| D | gzread.c | 1 /* gzread.c contains minimal changes required to be compiled with zlibWrapper:
|
| /external/zstd/.github/workflows/ |
| D | nightly.yml | 53 #- make zlibwrapper && make clean 59 #- CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make clean
|
| D | dev-short-tests.yml | 147 make -C zlibWrapper test 148 make -C zlibWrapper test-valgrind
|
| /external/zstd/.circleci/ |
| D | config.yml | 111 #- make zlibwrapper && make clean 117 #- CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make clean
|
| /external/zstd/ |
| D | Makefile | 17 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
|
| D | TESTING.md | 39 - ZlibWrapper tests, including under valgrind
|
| D | CHANGELOG | 26 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/ |
| D | cleanTabs | 2 …b/**/*.{h,c} ../programs/*.{h,c} ../tests/*.c ./**/*.{h,cpp} ../examples/*.c ../zlibWrapper/*.{h,c}
|
| /external/zstd/zlibWrapper/examples/ |
| D | zwrapbench.c | 637 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()
|
| D | example.c | 1 /* example.c contains minimal changes required to be compiled with zlibWrapper: 3 * - test_flush() and test_sync() use functions not supported by zlibWrapper
|
| D | fitblk.c | 1 /* fitblk.c contains minimal changes required to be compiled with zlibWrapper:
|
| D | minigzip.c | 1 /* minigzip.c contains minimal changes required to be compiled with zlibWrapper:
|
| /external/zlib/contrib/tests/ |
| D | utils_unittest.cc | 52 TEST(ZlibTest, ZlibWrapper) { in TEST() argument
|