Home
last modified time | relevance | path

Searched refs:tfp (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_fast.h20 ZSTD_tableFillPurpose_e tfp);
H A Dzstd_double_fast.h22 ZSTD_tableFillPurpose_e tfp);
H A Dzstd_fast.c91 ZSTD_tableFillPurpose_e tfp) in ZSTD_fillHashTable() argument
93 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillHashTable()
H A Dzstd_double_fast.c94 ZSTD_tableFillPurpose_e tfp) in ZSTD_fillDoubleHashTable() argument
96 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillDoubleHashTable()
H A Dzstd_compress.c4822 ZSTD_tableFillPurpose_e tfp) in ZSTD_loadDictionaryContent() argument
4840 if (CDictTaggedIndices && tfp == ZSTD_tfp_forCDict) { in ZSTD_loadDictionaryContent()
4896 ZSTD_fillHashTable(ms, iend, dtlm, tfp); in ZSTD_loadDictionaryContent()
4900 ZSTD_fillDoubleHashTable(ms, iend, dtlm, tfp); in ZSTD_loadDictionaryContent()
5081 ZSTD_tableFillPurpose_e tfp, in ZSTD_loadZstdDictionary() argument
5100 ms, NULL, ws, params, dictPtr, dictContentSize, dtlm, tfp), ""); in ZSTD_loadZstdDictionary()
5116 ZSTD_tableFillPurpose_e tfp, 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()