Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c57 ZSTD_matchState_t matchState; member
1561 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
1657 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
1667 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()
1707 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()
1710 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
1717 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()
1789 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()
3360 cdict->matchState.cParams = cParams; in ZSTD_initCDict_internal()
3377 &cdict->matchState, in ZSTD_initCDict_internal()
[all …]
H A Dzstd_compress_internal.h158 ZSTD_matchState_t matchState; member
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c81 ZSTD_matchState_t matchState; member
1968 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
2079 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
2089 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()
2137 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()
2142 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
2149 cdict->matchState.tagTable, in ZSTD_resetCCtx_byCopyingCDict()
2157 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()
2236 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()
4816 &cdict->matchState, in ZSTD_initCDict_internal()
[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()