Home
last modified time | relevance | path

Searched refs:ZSTD_tfp_forCDict (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_fast.c93 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillHashTable()
H A Dzstd_double_fast.c96 if (tfp == ZSTD_tfp_forCDict) { in ZSTD_fillDoubleHashTable()
H A Dzstd_compress_internal.h541 typedef enum { ZSTD_tfp_forCCtx, ZSTD_tfp_forCDict } ZSTD_tableFillPurpose_e; enumerator
H A Dzstd_compress.c4840 if (CDictTaggedIndices && tfp == ZSTD_tfp_forCDict) { in ZSTD_loadDictionaryContent()
5480 dictContentType, ZSTD_dtlm_full, ZSTD_tfp_forCDict, cdict->entropyWorkspace); in ZSTD_initCDict_internal()