Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dclevels.h28 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
29 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
30 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
54 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
55 { 18, 13, 14, 1, 6, 0, ZSTD_fast }, /* level 1 */
80 { 17, 12, 12, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
81 { 17, 12, 13, 1, 6, 0, ZSTD_fast }, /* level 1 */
82 { 17, 13, 15, 1, 5, 0, ZSTD_fast }, /* level 2 */
106 { 14, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
107 { 14, 14, 15, 1, 5, 0, ZSTD_fast }, /* level 1 */
[all …]
H A Dzstd_ldm.c244 case ZSTD_fast: in ZSTD_ldm_fillFastTables()
H A Dzstd_compress_internal.h559 … return (cctxParams->cParams.strategy == ZSTD_fast) && (cctxParams->cParams.targetLength > 0); in ZSTD_literalsCompressionIsDisabled()
H A Dzstd_compress.c267 …return forDDSDict || ((strategy != ZSTD_fast) && !ZSTD_rowMatchFinderUsed(strategy, useRowMatchFin… in ZSTD_allocateChainTable()
2769 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
4251 case ZSTD_fast: in ZSTD_loadDictionaryContent()
6194 case ZSTD_fast: in ZSTD_dedicatedDictSearch_getCParams()
6228 case ZSTD_fast: in ZSTD_dedicatedDictSearch_revertCParams()
H A Dzstdmt_compress.c1181 case ZSTD_fast: in ZSTDMT_overlapLog_default()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1102 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_sizeof_matchState()
1352 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_reset_matchState()
1703 …{ size_t const chainSize = (cdict_cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cdict_cPar… in ZSTD_resetCCtx_byCopyingCDict()
1795 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
1908 if (params->cParams.strategy != ZSTD_fast) { in ZSTD_reduceIndex()
2218 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
2855 case ZSTD_fast: in ZSTD_loadDictionaryContent()
4122 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
4123 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
4124 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
[all …]
H A Dzstd_ldm.c178 case ZSTD_fast: in ZSTD_ldm_fillFastTables()
H A Dzstd_compress_internal.h413 … return (cctxParams->cParams.strategy == ZSTD_fast) && (cctxParams->cParams.targetLength > 0); in ZSTD_disableLiteralsCompression()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h251 typedef enum { ZSTD_fast=1, enumerator
1064 #define ZSTD_STRATEGY_MIN ZSTD_fast
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h258 typedef enum { ZSTD_fast=1, enumerator
1143 #define ZSTD_STRATEGY_MIN ZSTD_fast
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md496 This option is ignored for the ZSTD_fast strategy.
/freebsd/sys/contrib/zstd/
H A DCHANGELOG434 API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c252 typedef enum { ZSTD_fast, ZSTD_greedy, ZSTD_lazy, ZSTD_lazy2, ZSTD_btlazy2 } ZSTD_strategy; enumerator