Home
last modified time | relevance | path

Searched refs:decodecorpus (Results 1 – 11 of 11) sorted by relevance

/external/zstd/tests/
DMakefile85 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.gitignore23 decodecorpus
DREADME.md14 - `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/
Dmeson.build116 join_paths(zstd_rootdir, 'tests/decodecorpus.c')]
117 decodecorpus = executable('decodecorpus', variable
202 test('test-decodecorpus',
203 decodecorpus,
/external/zstd/doc/
DREADME.md23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-genera…
Dzstd_compression_format.md1662 [decodeCorpus]: https://github.com/facebook/zstd/tree/v1.3.4/tests#decodecorpus---tool-to-generate-…
/external/zstd/doc/educational_decoder/
DREADME.md28 see the `decodecorpus` tool in the [tests] directory.
/external/zstd/
DTESTING.md23 - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c`
DCHANGELOG151 misc: Expand decodecorpus coverage by @ephiepark (#1664)
327 tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
/external/zstd/tests/fuzz/
Dfuzz.py709 if not os.path.isfile(args.decodecorpus):
711 format(args.decodecorpus, abs_join(FUZZ_DIR, '..')))
732 args.decodecorpus,
DREADME.md24 make -C ../tests decodecorpus