Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c1234 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_sizeof_matchState()
1491 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_reset_matchState()
1848 …{ size_t const chainSize = (cdict_cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cdict_cPar… in ZSTD_resetCCtx_byCopyingCDict()
1941 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
2043 if (params->cParams.strategy != ZSTD_fast) { in ZSTD_reduceIndex()
2367 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
3084 case ZSTD_fast: in ZSTD_loadDictionaryContent()
4872 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
4873 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
4874 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
[all …]
Dzstd_ldm.c217 case ZSTD_fast: in ZSTD_ldm_fillFastTables()
Dzstd_compress_internal.h479 … return (cctxParams->cParams.strategy == ZSTD_fast) && (cctxParams->cParams.targetLength > 0); in ZSTD_disableLiteralsCompression()
/linux-6.1.9/include/linux/
Dzstd_lib.h241 typedef enum { ZSTD_fast=1, enumerator
1084 #define ZSTD_STRATEGY_MIN ZSTD_fast