Searched refs:ZSTD_dct_fullDict (Results 1 – 5 of 5) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_ddict.c | 98 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict() 104 if (dictContentType == ZSTD_dct_fullDict) in ZSTD_loadEntropy_intoDDict()
|
/external/zstd/tests/ |
D | zstreamtest.c | 1353 …CDict_advanced(dictionary.start, dictionary.filled, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests() 1396 …CDict_advanced(dictionary.start, dictionary.filled, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests() 1587 ZSTD_dlm_byRef, ZSTD_dct_fullDict, in basicUnitTests() 1640 ZSTD_dlm_byRef, ZSTD_dct_fullDict, in basicUnitTests()
|
D | fuzzer.c | 2042 …t = ZSTD_createCDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests() 2050 …ict_advanced((const char*)dictBuffer+1, dictSize-1, ZSTD_dlm_byRef, ZSTD_dct_fullDict, cParams, ZS… in basicUnitTests() 3008 CHECK_Z(ZSTD_CCtx_refPrefix_advanced(cctx, dict, srcSize, ZSTD_dct_fullDict)); in basicUnitTests()
|
/external/zstd/lib/ |
D | zstd.h | 1187 …ZSTD_dct_fullDict = 2 /* refuses to load a dictionary if it does not respect Zstandard's specif… enumerator
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 3313 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary() 3329 RETURN_ERROR_IF(dictContentType == ZSTD_dct_fullDict, dictionary_wrong, ""); in ZSTD_compress_insertDictionary()
|