/aosp_15_r20/external/zstd/tests/ |
H A D | fuzzer.c | 689 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 D | zstreamtest.c | 703 { 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 D | bigdict.c | 66 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in main()
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | block_decompress.c | 41 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | simple_decompress.c | 36 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | decompress_dstSize_tooSmall.c | 50 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | dictionary_decompress.c | 40 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | block_round_trip.c | 84 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | raw_dictionary_round_trip.c | 99 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | dictionary_loader.c | 55 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in decompress()
|
H A D | decompress_cross_format.c | 54 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | dictionary_round_trip.c | 135 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | simple_round_trip.c | 168 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | dictionary_stream_round_trip.c | 174 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
H A D | stream_round_trip.c | 181 dctx = ZSTD_createDCtx(); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/sandboxed-api/contrib/zstd/utils/ |
H A D | utils_zstd.cc | 199 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 D | streaming_decompression.c | 26 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompressFile_orDie()
|
H A D | dictionary_decompression.c | 62 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompress()
|
H A D | streaming_memory_usage.c | 98 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in main()
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-compress-zstd.c | 77 context->ctx_d = ZSTD_createDCtx(); in new_zstd_context()
|
/aosp_15_r20/external/sandboxed-api/contrib/zstd/ |
H A D | CMakeLists.txt | 54 ZSTD_createDCtx
|
/aosp_15_r20/external/zstd/contrib/recovery/ |
H A D | recover_directory.c | 116 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in main()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | ZstdUtil.cpp | 179 ZSTD_DCtx_pointer dctx(ZSTD_createDCtx(), ZSTD_freeDCtx); in CreateZstdDecompressor()
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | gzip.c | 243 ZSTD_DCtx *dctx = ZSTD_createDCtx(); in unzip()
|
/aosp_15_r20/external/zstd/contrib/diagnose_corruption/ |
H A D | check_flipped_bits.c | 265 stuff->dctx = ZSTD_createDCtx(); in init_stuff()
|