Home
last modified time | relevance | path

Searched refs:ZSTD_dct_rawContent (Results 1 – 9 of 9) sorted by relevance

/external/zstd/tests/fuzz/
Draw_dictionary_round_trip.c34 ZSTD_dictContentType_e const dictContentType = ZSTD_dct_rawContent; in roundTripTest()
44 ZSTD_dct_rawContent)); in roundTripTest()
49 ZSTD_dct_rawContent)); in roundTripTest()
Ddictionary_loader.c90 FUZZ_ASSERT_MSG(dct != ZSTD_dct_rawContent, "Raw must always succeed!"); in LLVMFuzzerTestOneInput()
/external/zstd/lib/decompress/
Dzstd_ddict.c95 if (dictContentType == ZSTD_dct_rawContent) return 0; in ZSTD_loadEntropy_intoDDict()
Dzstd_decompress.c1345 return ZSTD_DCtx_refPrefix_advanced(dctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_DCtx_refPrefix()
/external/zstd/lib/
Dzstd.h1186ZSTD_dct_rawContent = 1, /* ensures dictionary is always loaded as rawContent, even if it starts w… enumerator
/external/zstd/lib/compress/
Dzstdmt_compress.c515 if (dictContentType == ZSTD_dct_rawContent) { in ZSTDMT_serialState_reset()
699 …job->prefix.start, job->prefix.size, ZSTD_dct_rawContent, /* load dictionary in "content-only" mod… in ZSTDMT_compressionJob()
Dzstd_compress.c1058 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_CCtx_refPrefix()
3320 if (dictContentType == ZSTD_dct_rawContent) in ZSTD_compress_insertDictionary()
/external/zstd/lib/dictBuilder/
Dzdict.c746 …D_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent, params.cPa… in ZDICT_analyzeEntropy()
/external/zstd/tests/
Dfuzzer.c2079 … cctx, (const char*)rawDictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent); in basicUnitTests()
2091 …_CCtx_loadDictionary_advanced(cctx, rawDictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent)); in basicUnitTests()