Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
446 #define NEXT_IN_CHAIN(d, mask) chainTable[(d) & (mask)]
457 U32* const chainTable = ms->chainTable; in ZSTD_insertAndFindFirstIndex_internal() local
484 U32* const chainTable = ms->chainTable; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
550 chainTable[chainPos++] = i; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
604 U32* const chainTable = ms->chainTable; in ZSTD_HcFindBestMatch_generic() local
681 PREFETCH_L1(&dms->chainTable[chainIndex]); in ZSTD_HcFindBestMatch_generic()
[all …]
H A Dzstd_double_fast.c22 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable()
59 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic()
81 dms->chainTable : NULL; in ZSTD_compressBlock_doubleFast_generic()
367 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic()
H A Dzstd_opt.c378 U32* const bt = ms->chainTable; in ZSTD_insertBt1()
528 U32* const bt = ms->chainTable; in ZSTD_insertBtAndGetAllMatches()
698 const U32* const dmsBt = dms->chainTable; in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress.c1555 ms->chainTable = (U32*)ZSTD_cwksp_reserve_table(ws, chainSize * sizeof(U32)); in ZSTD_reset_matchState()
1895 ZSTD_memcpy(cctx->blockState.matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
1896 cdict->matchState.chainTable, in ZSTD_resetCCtx_byCopyingCDict()
1989 ZSTD_memcpy(dstCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
1990 srcCCtx->blockState.matchState.chainTable, in ZSTD_copyCCtx_internal()
2097 ZSTD_reduceTable_btlazy2(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
2099 ZSTD_reduceTable(ms->chainTable, chainSize, reducerValue); in ZSTD_reduceIndex()
H A Dzstd_compress_internal.h165 U32* chainTable; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10060 U32* chainTable; member
17386 U32* const hashSmall = ms->chainTable; in ZSTD_fillDoubleHashTable()
17423 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_generic()
17731 U32* const hashSmall = ms->chainTable; in ZSTD_compressBlock_doubleFast_extDict_generic()
18413 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()
18455 U32* const bt = ms->chainTable; in ZSTD_insertDUBT1()
18632 U32* const bt = ms->chainTable; in ZSTD_DUBT_findBestMatch()
18841 U32* const chainTable = ms->chainTable; in ZSTD_insertAndFindFirstIndex_internal() local
18873 U32* const chainTable = ms->chainTable; in ZSTD_HcFindBestMatch_generic() local
20524 U32* const bt = ms->chainTable; in ZSTD_insertBt1()
[all …]