HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_dtlm_fast (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 41 if (dtlm == ZSTD_dtlm_fast) continue;
66 /* Currently, we always use ZSTD_dtlm_fast for filling CCtx tables.
68 assert(dtlm == ZSTD_dtlm_fast);
77 if (dtlm == ZSTD_dtlm_fast) continue;
zstd_double_fast.c 49 if (dtlm == ZSTD_dtlm_fast)
85 if (dtlm == ZSTD_dtlm_fast)
zstd_ldm.c 259 ZSTD_fillHashTable(ms, iend, ZSTD_dtlm_fast, ZSTD_tfp_forCCtx);
264 ZSTD_fillDoubleHashTable(ms, iend, ZSTD_dtlm_fast, ZSTD_tfp_forCCtx);
zstdmt_compress.c 729 size_t const initError = ZSTD_compressBegin_advanced_internal(cctx, NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, job->cdict, &jobParams, job->fullFrameSize);
744 ZSTD_dtlm_fast,
zstd_compress_internal.h 548 typedef enum { ZSTD_dtlm_fast, ZSTD_dtlm_full } ZSTD_dictTableLoadMethod_e;
zstd_compress.c 5312 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast,
5325 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
5467 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
5854 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast,
6423 prefixDict.dict, prefixDict.dictSize, prefixDict.dictContentType, ZSTD_dtlm_fast,

Completed in 108 milliseconds