Searched defs:dictContentType (Results 1 – 9 of 9) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_ddict.c | 91 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()
|
D | zstd_decompress.c | 1313 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/ |
D | dictionary_loader.c | 31 ZSTD_dictContentType_e dictContentType, in compress() 51 ZSTD_dictContentType_e dictContentType, in decompress()
|
D | dictionary_stream_round_trip.c | 62 ZSTD_dictContentType_e dictContentType) in compress() 177 ZSTD_dictContentType_e dictContentType = FUZZ_dataProducer_uint32Range(producer, 0, 2); in LLVMFuzzerTestOneInput() local
|
D | dictionary_round_trip.c | 33 ZSTD_dictContentType_e dictContentType = ZSTD_dct_auto; in roundTripTest() local
|
D | raw_dictionary_round_trip.c | 34 ZSTD_dictContentType_e const dictContentType = ZSTD_dct_rawContent; in roundTripTest() local
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 67 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()
|
D | zstdmt_compress.c | 467 ZSTD_dictContentType_e dictContentType) in ZSTDMT_serialState_reset() 1191 const void* dict, size_t dictSize, ZSTD_dictContentType_e dictContentType, in ZSTDMT_initCStream_internal()
|
D | zstd_compress_internal.h | 54 ZSTD_dictContentType_e dictContentType; member 61 ZSTD_dictContentType_e dictContentType; member
|