Searched refs:tfp (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_fast.h | 20 ZSTD_tableFillPurpose_e tfp);
|
| H A D | zstd_double_fast.h | 22 ZSTD_tableFillPurpose_e tfp);
|
| H A D | zstd_fast.c | 91 ZSTD_tableFillPurpose_e tfp) in ZSTD_fillHashTable() argument 93 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillHashTable()
|
| H A D | zstd_double_fast.c | 94 ZSTD_tableFillPurpose_e tfp) in ZSTD_fillDoubleHashTable() argument 96 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillDoubleHashTable()
|
| H A D | zstd_compress.c | 4822 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()
|