Home
last modified time | relevance | path

Searched refs:dtlm (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.h22 void const* end, ZSTD_dictTableLoadMethod_e dtlm);
H A Dzstd_fast.h22 void const* end, ZSTD_dictTableLoadMethod_e dtlm);
H A Dzstd_compress.c2856 ZSTD_fillHashTable(ms, ichunk, dtlm); in ZSTD_loadDictionaryContent()
2859 ZSTD_fillDoubleHashTable(ms, ichunk, dtlm); in ZSTD_loadDictionaryContent()
2993 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_loadZstdDictionary() argument
3031 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm), ""); in ZSTD_loadZstdDictionary()
3046 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compress_insertDictionary() argument
3065 ms, ls, ws, params, dict, dictSize, dtlm); in ZSTD_compress_insertDictionary()
3073 bs, ms, ws, params, dict, dictSize, dtlm, workspace); in ZSTD_compress_insertDictionary()
3084 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_internal() argument
3109 cdict->dictContentSize, dictContentType, dtlm, in ZSTD_compressBegin_internal()
3114 dictContentType, dtlm, cctx->entropyWorkspace); in ZSTD_compressBegin_internal()
[all …]
H A Dzstd_fast.c17 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillHashTable() argument
35 if (dtlm == ZSTD_dtlm_fast) continue; in ZSTD_fillHashTable()
H A Dzstd_double_fast.c16 void const* end, ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillDoubleHashTable() argument
44 if (dtlm == ZSTD_dtlm_fast) in ZSTD_fillDoubleHashTable()
H A Dzstd_compress_internal.h1087 ZSTD_dictTableLoadMethod_e dtlm,
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.h22 void const* end, ZSTD_dictTableLoadMethod_e dtlm);
H A Dzstd_fast.h22 void const* end, ZSTD_dictTableLoadMethod_e dtlm);
H A Dzstd_fast.c17 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillHashTable() argument
35 if (dtlm == ZSTD_dtlm_fast) continue; in ZSTD_fillHashTable()
H A Dzstd_compress.c4205 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_loadDictionaryContent() argument
4252 ZSTD_fillHashTable(ms, iend, dtlm); in ZSTD_loadDictionaryContent()
4255 ZSTD_fillDoubleHashTable(ms, iend, dtlm); in ZSTD_loadDictionaryContent()
4420 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_loadZstdDictionary() argument
4439 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm), ""); in ZSTD_loadZstdDictionary()
4454 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compress_insertDictionary() argument
4473 ms, ls, ws, params, dict, dictSize, dtlm); in ZSTD_compress_insertDictionary()
4481 bs, ms, ws, params, dict, dictSize, dtlm, workspace); in ZSTD_compress_insertDictionary()
4492 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_internal() argument
4527 dictContentType, dtlm, cctx->entropyWorkspace); in ZSTD_compressBegin_internal()
[all …]
H A Dzstd_double_fast.c16 void const* end, ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillDoubleHashTable() argument
44 if (dtlm == ZSTD_dtlm_fast) in ZSTD_fillDoubleHashTable()
H A Dzstd_compress_internal.h1415 ZSTD_dictTableLoadMethod_e dtlm,