Home
last modified time | relevance | path

Searched defs:dictContentType (Results 1 – 9 of 9) sorted by relevance

/external/zstd/lib/decompress/
Dzstd_ddict.c91 ZSTD_dictContentType_e dictContentType) in ZSTD_loadEntropy_intoDDict()
123 ZSTD_dictContentType_e dictContentType) in ZSTD_initDDict_internal()
147 ZSTD_dictContentType_e dictContentType, in ZSTD_createDDict_advanced()
191 ZSTD_dictContentType_e dictContentType) in ZSTD_initStaticDDict()
Dzstd_decompress.c1313 ZSTD_dictContentType_e dictContentType) in ZSTD_DCtx_loadDictionary_advanced()
1336 …ced(ZSTD_DCtx* dctx, const void* prefix, size_t prefixSize, ZSTD_dictContentType_e dictContentType) in ZSTD_DCtx_refPrefix_advanced()
/external/zstd/tests/fuzz/
Ddictionary_loader.c31 ZSTD_dictContentType_e dictContentType, in compress()
51 ZSTD_dictContentType_e dictContentType, in decompress()
Ddictionary_stream_round_trip.c62 ZSTD_dictContentType_e dictContentType) in compress()
177 ZSTD_dictContentType_e dictContentType = FUZZ_dataProducer_uint32Range(producer, 0, 2); in LLVMFuzzerTestOneInput() local
Ddictionary_round_trip.c33 ZSTD_dictContentType_e dictContentType = ZSTD_dct_auto; in roundTripTest() local
Draw_dictionary_round_trip.c34 ZSTD_dictContentType_e const dictContentType = ZSTD_dct_rawContent; in roundTripTest() local
/external/zstd/lib/compress/
Dzstd_compress.c67 ZSTD_dictContentType_e dictContentType; /* The dictContentType the CDict was created with */ member
999 ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType) in ZSTD_CCtx_loadDictionary_advanced()
1062 … ZSTD_CCtx* cctx, const void* prefix, size_t prefixSize, ZSTD_dictContentType_e dictContentType) in ZSTD_CCtx_refPrefix_advanced()
3307 ZSTD_dictContentType_e dictContentType, in ZSTD_compress_insertDictionary()
3345 ZSTD_dictContentType_e dictContentType, in ZSTD_compressBegin_internal()
3386 ZSTD_dictContentType_e dictContentType, in ZSTD_compressBegin_advanced_internal()
3623 ZSTD_dictContentType_e dictContentType, in ZSTD_initCDict_internal()
3709 ZSTD_dictContentType_e dictContentType, in ZSTD_createCDict_advanced()
3727 ZSTD_dictContentType_e dictContentType, in ZSTD_createCDict_advanced2()
3823 ZSTD_dictContentType_e dictContentType, in ZSTD_initStaticCDict()
Dzstdmt_compress.c467 ZSTD_dictContentType_e dictContentType) in ZSTDMT_serialState_reset()
1191 const void* dict, size_t dictSize, ZSTD_dictContentType_e dictContentType, in ZSTDMT_initCStream_internal()
Dzstd_compress_internal.h54 ZSTD_dictContentType_e dictContentType; member
61 ZSTD_dictContentType_e dictContentType; member