Lines Matching refs:chainTable
10058 U32* chainTable; member
14456 ms->chainTable = (U32*)ZSTD_cwksp_reserve_table(ws, chainSize * sizeof(U32)); in ZSTD_reset_matchState()
14791 memcpy(cctx->blockState.matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
14792 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
14885 memcpy(dstCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
14886 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
14993 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
14995 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
17384 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable()
17421 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic()
17443 dms->chainTable : NULL; in ZSTD_compressBlock_doubleFast_generic()
17729 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic()
18411 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()
18453 U32* const bt = ms->chainTable; in ZSTD_insertDUBT1()
18561 U32* const dictBt = dms->chainTable; in ZSTD_DUBT_findBetterDictMatch()
18630 U32* const bt = ms->chainTable; in ZSTD_DUBT_findBestMatch()
18828 #define NEXT_IN_CHAIN(d, mask) chainTable[(d) & (mask)]
18839 U32* const chainTable = ms->chainTable; in ZSTD_insertAndFindFirstIndex_internal() local
18871 U32* const chainTable = ms->chainTable; in ZSTD_HcFindBestMatch_generic() local
18919 const U32* const dmsChainTable = dms->chainTable; in ZSTD_HcFindBestMatch_generic()
20522 U32* const bt = ms->chainTable; in ZSTD_insertBt1()
20672 U32* const bt = ms->chainTable; in ZSTD_insertBtAndGetAllMatches()
20842 const U32* const dmsBt = dms->chainTable; in ZSTD_insertBtAndGetAllMatches()