Searched refs:ZSTD_dct_rawContent (Results 1 – 9 of 9) sorted by relevance
/external/zstd/tests/fuzz/ |
D | raw_dictionary_round_trip.c | 34 ZSTD_dictContentType_e const dictContentType = ZSTD_dct_rawContent; in roundTripTest() 44 ZSTD_dct_rawContent)); in roundTripTest() 49 ZSTD_dct_rawContent)); in roundTripTest()
|
D | dictionary_loader.c | 90 FUZZ_ASSERT_MSG(dct != ZSTD_dct_rawContent, "Raw must always succeed!"); in LLVMFuzzerTestOneInput()
|
/external/zstd/lib/decompress/ |
D | zstd_ddict.c | 95 if (dictContentType == ZSTD_dct_rawContent) return 0; in ZSTD_loadEntropy_intoDDict()
|
D | zstd_decompress.c | 1345 return ZSTD_DCtx_refPrefix_advanced(dctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_DCtx_refPrefix()
|
/external/zstd/lib/ |
D | zstd.h | 1186 …ZSTD_dct_rawContent = 1, /* ensures dictionary is always loaded as rawContent, even if it starts w… enumerator
|
/external/zstd/lib/compress/ |
D | zstdmt_compress.c | 515 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()
|
D | zstd_compress.c | 1058 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/ |
D | zdict.c | 746 …D_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent, params.cPa… in ZDICT_analyzeEntropy()
|
/external/zstd/tests/ |
D | fuzzer.c | 2079 … 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()
|