Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c3081 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_loadDictionaryContent() argument
3112 ZSTD_fillHashTable(ms, ichunk, dtlm); in ZSTD_loadDictionaryContent()
3115 ZSTD_fillDoubleHashTable(ms, ichunk, dtlm); in ZSTD_loadDictionaryContent()
3273 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_loadZstdDictionary() argument
3293 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm), ""); in ZSTD_loadZstdDictionary()
3308 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compress_insertDictionary() argument
3327 ms, ls, ws, params, dict, dictSize, dtlm); in ZSTD_compress_insertDictionary()
3335 bs, ms, ws, params, dict, dictSize, dtlm, workspace); in ZSTD_compress_insertDictionary()
3346 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_internal() argument
3376 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.h1165 ZSTD_dictTableLoadMethod_e dtlm,
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10998 ZSTD_dictTableLoadMethod_e dtlm,
15940 ZSTD_fillHashTable(ms, ichunk, dtlm); in ZSTD_loadDictionaryContent()
15943 ZSTD_fillDoubleHashTable(ms, ichunk, dtlm); in ZSTD_loadDictionaryContent()
16130 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compress_insertDictionary() argument
16149 ms, ls, ws, params, dict, dictSize, dtlm); in ZSTD_compress_insertDictionary()
16157 bs, ms, ws, params, dict, dictSize, dtlm, workspace); in ZSTD_compress_insertDictionary()
16168 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_internal() argument
16209 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_advanced_internal() argument
17408 if (dtlm == ZSTD_dtlm_fast) in ZSTD_fillDoubleHashTable()
17904 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillHashTable() argument
[all …]