Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/zstd/tests/
H A Dfuzzer.c689 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
774 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); assert(dctx != NULL); in basicUnitTests()
786 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); assert(dctx != NULL); in basicUnitTests()
837 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
890 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
959 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1001 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
1029 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
1071 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1114 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
[all …]
H A Dzstreamtest.c703 { ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
727 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
789 { ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1153 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests()
1199 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1241 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1270 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1300 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1321 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests()
1531 { ZSTD_DStream* const dstream = ZSTD_createDCtx(); in basicUnitTests()
[all …]
H A Dbigdict.c66 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in main()
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dblock_decompress.c41 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Dsimple_decompress.c36 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Ddecompress_dstSize_tooSmall.c50 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Ddictionary_decompress.c40 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Dblock_round_trip.c84 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Draw_dictionary_round_trip.c99 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Ddictionary_loader.c55 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in decompress()
H A Ddecompress_cross_format.c54 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Ddictionary_round_trip.c135 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Dsimple_round_trip.c168 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Ddictionary_stream_round_trip.c174 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
H A Dstream_round_trip.c181 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/sandboxed-api/contrib/zstd/utils/
H A Dutils_zstd.cc199 SAPI_ASSIGN_OR_RETURN(ZSTD_DCtx * dctx, api.ZSTD_createDCtx()); in DecompressStream()
319 SAPI_ASSIGN_OR_RETURN(ZSTD_DCtx * dctx, api.ZSTD_createDCtx()); in DecompressStreamFD()
/aosp_15_r20/external/zstd/examples/
H A Dstreaming_decompression.c26 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompressFile_orDie()
H A Ddictionary_decompression.c62 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompress()
H A Dstreaming_memory_usage.c98 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in main()
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-compress-zstd.c77 context->ctx_d = ZSTD_createDCtx(); in new_zstd_context()
/aosp_15_r20/external/sandboxed-api/contrib/zstd/
H A DCMakeLists.txt54 ZSTD_createDCtx
/aosp_15_r20/external/zstd/contrib/recovery/
H A Drecover_directory.c116 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in main()
/aosp_15_r20/system/extras/simpleperf/
H A DZstdUtil.cpp179 ZSTD_DCtx_pointer dctx(ZSTD_createDCtx(), ZSTD_freeDCtx); in CreateZstdDecompressor()
/aosp_15_r20/external/elfutils/libdwfl/
H A Dgzip.c243 ZSTD_DCtx *dctx = ZSTD_createDCtx(); in unzip()
/aosp_15_r20/external/zstd/contrib/diagnose_corruption/
H A Dcheck_flipped_bits.c265 stuff->dctx = ZSTD_createDCtx(); in init_stuff()

123456