Home
last modified time | relevance | path

Searched refs:matchState (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c81 ZSTD_matchState_t matchState; member
1869 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window); in ZSTD_resetCCtx_internal()
1919 zc->blockState.matchState.cParams = params->cParams; in ZSTD_resetCCtx_internal()
1968 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
2005 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
2029 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict()
2030 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict()
2050 ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; in ZSTD_resetCCtx_byAttachingCDict()
2057 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()
2071 { const U32 cdictEnd = (U32)( cdict->matchState.window.nextSrc in ZSTD_resetCCtx_byAttachingCDict()
[all …]
H A Dzstd_compress_internal.h242 ZSTD_matchState_t matchState; member
H A Dzstdmt_compress.c769 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTDMT_compressionJob()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c87 ZSTD_MatchState_t matchState; member
2143 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window); in ZSTD_resetCCtx_internal()
2193 zc->blockState.matchState.cParams = params->cParams; in ZSTD_resetCCtx_internal()
2194 … zc->blockState.matchState.prefetchCDictTables = params->prefetchCDictTables == ZSTD_ps_enable; in ZSTD_resetCCtx_internal()
2212 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
2290 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
2314 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict()
2315 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict()
2335 ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; in ZSTD_resetCCtx_byAttachingCDict()
2342 if (cdict->matchState.dedicatedDictSearch) { in ZSTD_resetCCtx_byAttachingCDict()
[all …]
H A Dzstd_compress_internal.h321 ZSTD_MatchState_t matchState; member