Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c70 ZSTD_matchState_t matchState; member
1730 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
1841 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
1851 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()
1893 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()
1896 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
1903 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()
1975 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()
3628 cdict->matchState.cParams = params.cParams; in ZSTD_initCDict_internal()
3650 &cdict->matchState, in ZSTD_initCDict_internal()
[all …]
H A Dzstd_compress_internal.h178 ZSTD_matchState_t matchState; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10069 ZSTD_matchState_t matchState; member
13141 ZSTD_matchState_t matchState; member
14645 &zc->blockState.matchState, in ZSTD_resetCCtx_internal()
14741 cctx->blockState.matchState.dictMatchState = &cdict->matchState; in ZSTD_resetCCtx_byAttachingCDict()
14751 … cctx->blockState.matchState.loadedDictEnd = cctx->blockState.matchState.window.dictLimit; in ZSTD_resetCCtx_byAttachingCDict()
14791 cdict->matchState.hashTable, in ZSTD_resetCCtx_byCopyingCDict()
14794 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
14873 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()
16444 cdict->matchState.cParams = cParams; in ZSTD_initCDict_internal()
16461 &cdict->matchState, in ZSTD_initCDict_internal()
[all …]