Searched refs:ZSTD_dtlm_fast (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c245 ZSTD_fillHashTable(ms, iend, ZSTD_dtlm_fast);
249 ZSTD_fillDoubleHashTable(ms, iend, ZSTD_dtlm_fast);
H A Dzstd_double_fast.c44 if (dtlm == ZSTD_dtlm_fast)
H A Dzstd_fast.c35 if (dtlm == ZSTD_dtlm_fast) continue;
H A Dzstd_compress_internal.h422 typedef enum { ZSTD_dtlm_fast, ZSTD_dtlm_full } ZSTD_dictTableLoadMethod_e; enumerator in enum:__anon205
H A Dzstd_compress.c4469 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast,
4482 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
4592 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
4969 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast,
5458 prefixDict.dict, prefixDict.dictSize, prefixDict.dictContentType, ZSTD_dtlm_fast,

Completed in 356 milliseconds