Searched refs:decodecorpus (Results 1 – 11 of 11) sorted by relevance
/external/zstd/tests/ |
D | Makefile | 85 all: fullbench fuzzer zstreamtest paramgrill datagen decodecorpus roundTripCrash poolTests 93 allnothread: fullbench fuzzer paramgrill datagen decodecorpus 217 decodecorpus : LDLIBS += -lm target 218 decodecorpus : $(filter-out zstdc_zstd_compress.o, $(ZSTD_OBJECTS)) $(ZDICT_FILES) $(PRGDIR)/util.c… target 249 decodecorpus$(EXT) checkTag$(EXT) bigdict$(EXT) 304 fuzztest: test-fuzzer test-zstream test-decodecorpus 307 …zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy test-decodecorpus 316 test-all: test test32 valgrindTest test-decodecorpus-cli 374 test-decodecorpus: decodecorpus 375 $(QEMU_SYS) ./decodecorpus -t $(DECODECORPUS_TESTTIME) [all …]
|
D | .gitignore | 23 decodecorpus
|
D | README.md | 14 - `decodecorpus` : Tool to generate valid Zstandard frames, for verifying decoder implementations 112 #### `decodecorpus` - tool to generate Zstandard frames for decoder testing 121 ./decodecorpus -ptestfiles -otestfiles -n10000 -s5 128 ./decodecorpus -t -T1mn
|
/external/zstd/build/meson/tests/ |
D | meson.build | 116 join_paths(zstd_rootdir, 'tests/decodecorpus.c')] 117 decodecorpus = executable('decodecorpus', variable 202 test('test-decodecorpus', 203 decodecorpus,
|
/external/zstd/doc/ |
D | README.md | 23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-genera…
|
D | zstd_compression_format.md | 1662 [decodeCorpus]: https://github.com/facebook/zstd/tree/v1.3.4/tests#decodecorpus---tool-to-generate-…
|
/external/zstd/doc/educational_decoder/ |
D | README.md | 28 see the `decodecorpus` tool in the [tests] directory.
|
/external/zstd/ |
D | TESTING.md | 23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c`
|
D | CHANGELOG | 151 misc: Expand decodecorpus coverage by @ephiepark (#1664) 327 tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
|
/external/zstd/tests/fuzz/ |
D | fuzz.py | 709 if not os.path.isfile(args.decodecorpus): 711 format(args.decodecorpus, abs_join(FUZZ_DIR, '..'))) 732 args.decodecorpus,
|
D | README.md | 24 make -C ../tests decodecorpus
|