Searched refs:chainTable (Results 1 – 5 of 5) sorted by relevance
27 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()67 U32* const bt = ms->chainTable; in ZSTD_insertDUBT1()157 U32* const bt = ms->chainTable; in ZSTD_DUBT_findBestMatch()338 #define NEXT_IN_CHAIN(d, mask) chainTable[(d) & mask]348 U32* const chainTable = ms->chainTable; in ZSTD_insertAndFindFirstIndex_internal() local381 U32* const chainTable = ms->chainTable; in ZSTD_HcFindBestMatch_generic() local
22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable()56 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic()188 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic()
936 ms->chainTable = ms->hashTable + hSize; in ZSTD_reset_matchState()937 ms->hashTable3 = ms->chainTable + chainSize; in ZSTD_reset_matchState()1124 …assert((U32*)cctx->blockState.matchState.chainTable == (U32*)cctx->blockState.matchState.hashTable… in ZSTD_resetCCtx_usingCDict()1125 …ctx->blockState.matchState.hashTable3 == (U32*)cctx->blockState.matchState.chainTable + chainSize); in ZSTD_resetCCtx_usingCDict()1126 …assert((U32*)cdict->matchState.chainTable == (U32*)cdict->matchState.hashTable + hSize); /* chain… in ZSTD_resetCCtx_usingCDict()1127 … assert((U32*)cdict->matchState.hashTable3 == (U32*)cdict->matchState.chainTable + chainSize); in ZSTD_resetCCtx_usingCDict()1188 …assert((U32*)dstCCtx->blockState.matchState.chainTable == (U32*)dstCCtx->blockState.matchState.has… in ZSTD_copyCCtx_internal()1189 …->blockState.matchState.hashTable3 == (U32*)dstCCtx->blockState.matchState.chainTable + chainSize); in ZSTD_copyCCtx_internal()1279 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()1281 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
279 U32* const bt = ms->chainTable; in ZSTD_insertBt1()419 U32* const bt = ms->chainTable; in ZSTD_insertBtAndGetAllMatches()
122 U32* chainTable; member