Home
last modified time | relevance | path

Searched refs:ZSTD_createDCtx (Results 1 – 25 of 32) sorted by relevance

12

/external/zstd/tests/fuzz/
Dblock_decompress.c39 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dsimple_decompress.c33 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Ddecompress_dstSize_tooSmall.c47 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Ddictionary_decompress.c37 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dblock_round_trip.c81 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Ddictionary_loader.c54 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in decompress()
Dsimple_round_trip.c99 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Draw_dictionary_round_trip.c96 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Ddictionary_round_trip.c102 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dstream_round_trip.c158 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Ddictionary_stream_round_trip.c172 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
Dsequence_compression_api.c275 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
/external/zstd/examples/
Dstreaming_decompression.c26 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompressFile_orDie()
Ddictionary_decompression.c62 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompress()
Dstreaming_memory_usage.c98 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in main()
/external/zstd/tests/
Dfuzzer.c531 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); assert(dctx != NULL); in basicUnitTests()
543 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); assert(dctx != NULL); in basicUnitTests()
594 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
647 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
704 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
730 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
773 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
863 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
1492 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
1613 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
[all …]
Dbigdict.c66 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in main()
Dzstreamtest.c649 { ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
674 { ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
988 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
1034 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1076 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1105 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1135 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1156 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1365 { ZSTD_DStream* const dstream = ZSTD_createDCtx(); in basicUnitTests()
Dfullbench.c489 if (g_zdc==NULL) g_zdc = ZSTD_createDCtx(); in benchMem()
/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c265 stuff->dctx = ZSTD_createDCtx(); in init_stuff()
/external/elfutils/libdwfl/
Dgzip.c245 ZSTD_DCtx *dctx = ZSTD_createDCtx(); in unzip()
/external/zstd/lib/legacy/
Dzstd_v04.c2529 static ZSTD_DCtx* ZSTD_createDCtx(void) in ZSTD_createDCtx() function
3382 zbc->zc = ZSTD_createDCtx(); in ZBUFF_createDCtx()
3612 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress()
3650 ZSTD_DCtx* ZSTDv04_createDCtx(void) { return ZSTD_createDCtx(); } in ZSTDv04_createDCtx()
/external/zstd/tests/regression/
Dmethod.c158 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in compress_cctx_compress()
/external/zstd/lib/
Dzstd.h224 ZSTDLIB_API ZSTD_DCtx* ZSTD_createDCtx(void);
/external/zstd/programs/
Dbenchzstd.c586 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced()

12