Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_double_fast.h19 void const* end, ZSTD_dictTableLoadMethod_e dtlm);
H A Dzstd_fast.h19 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.c4114 ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_loadDictionaryContent() argument
4161 ZSTD_fillHashTable(ms, iend, dtlm); in ZSTD_loadDictionaryContent()
4164 ZSTD_fillDoubleHashTable(ms, iend, dtlm); in ZSTD_loadDictionaryContent()
4329 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_loadZstdDictionary() argument
4348 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm), ""); in ZSTD_loadZstdDictionary()
4363 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compress_insertDictionary() argument
4382 ms, ls, ws, params, dict, dictSize, dtlm); in ZSTD_compress_insertDictionary()
4390 bs, ms, ws, params, dict, dictSize, dtlm, workspace); in ZSTD_compress_insertDictionary()
4401 ZSTD_dictTableLoadMethod_e dtlm, in ZSTD_compressBegin_internal() argument
4433 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.h1356 ZSTD_dictTableLoadMethod_e dtlm,