Home
last modified time | relevance | path

Searched refs:chainTable (Results 1 – 10 of 10) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c28 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()
70 U32* const bt = ms->chainTable; in ZSTD_insertDUBT1()
178 U32* const dictBt = dms->chainTable; in ZSTD_DUBT_findBetterDictMatch()
247 U32* const bt = ms->chainTable; in ZSTD_DUBT_findBestMatch()
403 U32* const chainTable = ms->chainTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
468 chainTable[chainPos++] = i; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
539 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_dedicatedDictSearch_lazy_search()
581 PREFETCH_L1(ddsBase + dms->chainTable[chainIndex + chainAttempt]); in ZSTD_dedicatedDictSearch_lazy_search()
587 matchIndex = dms->chainTable[chainIndex]; in ZSTD_dedicatedDictSearch_lazy_search()
613 #define NEXT_IN_CHAIN(d, mask) chainTable[(d) & (mask)]
[all …]
H A Dzstd_double_fast.c22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable()
58 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic()
265 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
283 const U32* const dictHashSmall = dms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
538 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic()
H A Dzstd_opt.c421 U32* const bt = ms->chainTable; in ZSTD_insertBt1()
575 U32* const bt = ms->chainTable; in ZSTD_insertBtAndGetAllMatches()
745 const U32* const dmsBt = dms->chainTable; in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress.c1756 ms->chainTable = (U32*)ZSTD_cwksp_reserve_table(ws, chainSize * sizeof(U32)); in ZSTD_reset_matchState()
2141 ZSTD_memcpy(cctx->blockState.matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
2142 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
2254 ZSTD_memcpy(dstCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2255 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2370 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
2372 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
4263 assert(ms->chainTable != NULL); in ZSTD_loadDictionaryContent()
H A Dzstd_compress_internal.h226 U32* chainTable; member
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c38 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()
81 U32* const bt = ms->chainTable; in ZSTD_insertDUBT1()
190 U32* const dictBt = dms->chainTable; in ZSTD_DUBT_findBetterDictMatch()
260 U32* const bt = ms->chainTable; in ZSTD_DUBT_findBestMatch()
417 U32* const chainTable = ms->chainTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
482 chainTable[chainPos++] = i; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
553 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_dedicatedDictSearch_lazy_search()
595 PREFETCH_L1(ddsBase + dms->chainTable[chainIndex + chainAttempt]); in ZSTD_dedicatedDictSearch_lazy_search()
601 matchIndex = dms->chainTable[chainIndex]; in ZSTD_dedicatedDictSearch_lazy_search()
627 #define NEXT_IN_CHAIN(d, mask) chainTable[(d) & (mask)]
[all …]
H A Dzstd_double_fast.c26 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCDict()
64 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTableForCCtx()
113 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_noDict_generic()
337 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
354 const U32* const dictHashSmall = dms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
619 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic()
H A Dzstd_opt.c453 U32* const bt = ms->chainTable; in ZSTD_insertBt1()
611 U32* const bt = ms->chainTable; in ZSTD_insertBtAndGetAllMatches()
781 const U32* const dmsBt = dms->chainTable; in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress.c2022 ms->chainTable = (U32*)ZSTD_cwksp_reserve_table(ws, chainSize * sizeof(U32)); in ZSTD_reset_matchState()
2444 ZSTD_copyCDictTableIntoCCtx(cctx->blockState.matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
2445 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
2560 ZSTD_memcpy(dstCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2561 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2676 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
2678 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
5001 assert(ms->chainTable != NULL); in ZSTD_loadDictionaryContent()
H A Dzstd_compress_internal.h293 U32* chainTable; member