Home
last modified time | relevance | path

Searched refs:ZSTD_dct_auto (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_ddict.c173 return ZSTD_createDDict_advanced(dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto, allocator); in ZSTD_createDDict()
183 … return ZSTD_createDDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, allocator); in ZSTD_createDDict_byReference()
H A Dzstd_decompress.c1328 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary_byReference()
1333 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_DCtx_loadDictionary()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1028 cctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary_byReference()
1034 cctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary()
3324 if (dictContentType == ZSTD_dct_auto) { in ZSTD_compress_insertDictionary()
3411 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_advanced()
3422 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compressBegin_usingDict()
3540 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compress_advanced_internal()
3775 ZSTD_dlm_byCopy, ZSTD_dct_auto, in ZSTD_createCDict()
3786 ZSTD_dlm_byRef, ZSTD_dct_auto, in ZSTD_createCDict_byReference()
3907 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_usingCDict_advanced()
H A Dzstdmt_compress.c690 …size_t const initError = ZSTD_compressBegin_advanced_internal(cctx, NULL, 0, ZSTD_dct_auto, ZSTD_d… in ZSTDMT_compressionJob()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1167ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwi… enumerator
H A Dzstd.c14005 cctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary_byReference()
14011 cctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto); in ZSTD_CCtx_loadDictionary()
16146 if (dictContentType == ZSTD_dct_auto) { in ZSTD_compress_insertDictionary()
16233 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_advanced()
16244 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compressBegin_usingDict()
16363 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL, in ZSTD_compress_advanced_internal()
16535 ZSTD_dlm_byCopy, ZSTD_dct_auto, in ZSTD_createCDict()
16546 ZSTD_dlm_byRef, ZSTD_dct_auto, in ZSTD_createCDict_byReference()
16649 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, in ZSTD_compressBegin_usingCDict_advanced()
24373 return ZSTD_createDDict_advanced(dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto, allocator); in ZSTD_createDDict()
[all …]
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1185ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwi… enumerator
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c238 …ZSTD_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZSTD_dct_auto, zparams.cPara… in BMK_benchMem()