Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_fast.c19 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillHashTableForCDict() argument
32 assert(dtlm == ZSTD_dtlm_full); in ZSTD_fillHashTableForCDict()
42 if (dtlm == ZSTD_dtlm_fast) continue; in ZSTD_fillHashTableForCDict()
56 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillHashTableForCCtx() argument
69 assert(dtlm == ZSTD_dtlm_fast); in ZSTD_fillHashTableForCCtx()
78 if (dtlm == ZSTD_dtlm_fast) continue; in ZSTD_fillHashTableForCCtx()
90 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_fillHashTable() argument
94 ZSTD_fillHashTableForCDict(ms, end, dtlm); in ZSTD_fillHashTable()
96 ZSTD_fillHashTableForCCtx(ms, end, dtlm); in ZSTD_fillHashTable()
H A Dzstd_fast.h19 void const* end, ZSTD_dictTableLoadMethod_e dtlm,
H A Dzstd_double_fast.c20 void const* end, ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillDoubleHashTableForCDict() argument
50 if (dtlm == ZSTD_dtlm_fast) in ZSTD_fillDoubleHashTableForCDict()
58 void const* end, ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillDoubleHashTableForCCtx() argument
86 if (dtlm == ZSTD_dtlm_fast) in ZSTD_fillDoubleHashTableForCCtx()
93 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_fillDoubleHashTable() argument
97 ZSTD_fillDoubleHashTableForCDict(ms, end, dtlm); in ZSTD_fillDoubleHashTable()
99 ZSTD_fillDoubleHashTableForCCtx(ms, end, dtlm); in ZSTD_fillDoubleHashTable()
H A Dzstd_double_fast.h21 void const* end, ZSTD_dictTableLoadMethod_e dtlm,
H A Dzstd_compress.c4821 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_loadDictionaryContent() argument
4896 ZSTD_fillHashTable(ms, iend, dtlm, tfp); in ZSTD_loadDictionaryContent()
4900 ZSTD_fillDoubleHashTable(ms, iend, dtlm, tfp); in ZSTD_loadDictionaryContent()
5080 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_loadZstdDictionary() argument
5100 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm, tfp), ""); in ZSTD_loadZstdDictionary()
5115 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compress_insertDictionary() argument
5129 return ZSTD_loadDictionaryContent(ms, ls, ws, params, dict, dictSize, dtlm, tfp); in ZSTD_compress_insertDictionary()
5135 ms, ls, ws, params, dict, dictSize, dtlm, tfp); in ZSTD_compress_insertDictionary()
5143 bs, ms, ws, params, dict, dictSize, dtlm, tfp, workspace); in ZSTD_compress_insertDictionary()
5155 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_internal() argument
[all …]
H A Dzstd_compress_internal.h1562 ZSTD_dictTableLoadMethod_e dtlm,