Home
last modified time | relevance | path

Searched refs:matchState (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c78 ZSTD_matchState_t matchState; member
1614 * Controls, for this matchState reset, whether the tables need to be cleared /
1618 * the matchState contents in from a CDict).
1626 * Controls, for this matchState reset, whether indexing can continue where it
1790 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window); in ZSTD_resetCCtx_internal()
1840 zc->blockState.matchState.cParams = params->cParams; in ZSTD_resetCCtx_internal()
1889 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
1926 assert(!ZSTD_window_hasExtDict(cctx->blockState.matchState.window)); in ZSTD_invalidateRepCodes()
1950 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict()
1951 int const dedicatedDictSearch = cdict->matchState in ZSTD_shouldAttachDict()
[all...]
H A Dzstd_compress_internal.h224 int dedicatedDictSearch; /* Indicates whether this matchState is using the
236 ZSTD_matchState_t matchState; member
925 * Inspects the provided matchState and figures out what dictMode should be

Completed in 11 milliseconds