Home
last modified time | relevance | path

Searched refs:ZSTD_MatchState_t (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.h31 U32 ZSTD_insertAndFindFirstIndex(ZSTD_MatchState_t* ms, const BYTE* ip);
32 void ZSTD_row_update(ZSTD_MatchState_t* const ms, const BYTE* ip);
41 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
44 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
47 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
50 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
53 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
56 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
59 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
62 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
[all …]
H A Dzstd_opt.h21 void ZSTD_updateTree(ZSTD_MatchState_t* ms, const BYTE* ip, const BYTE* iend);
26 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
29 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
32 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
46 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
49 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
52 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
59 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_fast.h18 void ZSTD_fillHashTable(ZSTD_MatchState_t* ms,
22 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
25 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
28 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_double_fast.h20 void ZSTD_fillDoubleHashTable(ZSTD_MatchState_t* ms,
25 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
28 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
31 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_lazy.c30 void ZSTD_updateDUBT(ZSTD_MatchState_t* ms, in ZSTD_updateDUBT()
75 void ZSTD_insertDUBT1(const ZSTD_MatchState_t* ms, in ZSTD_insertDUBT1()
166 const ZSTD_MatchState_t* ms, in ZSTD_DUBT_findBetterDictMatch()
174 const ZSTD_MatchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch()
244 size_t ZSTD_DUBT_findBestMatch(ZSTD_MatchState_t* ms, in ZSTD_DUBT_findBestMatch()
396 size_t ZSTD_BtFindBestMatch( ZSTD_MatchState_t* ms, in ZSTD_BtFindBestMatch()
634 ZSTD_MatchState_t* ms, in ZSTD_insertAndFindFirstIndex_internal()
669 ZSTD_MatchState_t* ms, in ZSTD_HcFindBestMatch()
886 void ZSTD_row_update_internalImpl(ZSTD_MatchState_t* ms, in ZSTD_row_update_internalImpl()
1143 ZSTD_MatchState_t* ms, in ZSTD_RowFindBestMatch()
[all …]
H A Dzstd_opt.c412 U32 ZSTD_insertAndFindFirstIndexHash3 (const ZSTD_MatchState_t* ms, in ZSTD_insertAndFindFirstIndexHash3()
444 const ZSTD_MatchState_t* ms, in ZSTD_insertBt1()
564 ZSTD_MatchState_t* ms, in ZSTD_updateTree_internal()
593 ZSTD_MatchState_t* ms, in ZSTD_insertBtAndGetAllMatches()
823 ZSTD_MatchState_t*,
835 ZSTD_MatchState_t* ms, in ZSTD_btGetAllMatches_internal()
858 ZSTD_MatchState_t* ms, \
1078 ZSTD_compressBlock_opt_generic(ZSTD_MatchState_t* ms, in ZSTD_compressBlock_opt_generic()
1448 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt0()
1457 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt2()
[all …]
H A Dzstd_fast.c17 void ZSTD_fillHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillHashTableForCDict()
54 void ZSTD_fillHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillHashTableForCCtx()
88 void ZSTD_fillHashTable(ZSTD_MatchState_t* ms, in ZSTD_fillHashTable()
192 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic()
426 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], \
443 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast()
483 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic()
502 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic()
686 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState()
709 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dzstd_double_fast.c19 void ZSTD_fillDoubleHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCDict()
57 void ZSTD_fillDoubleHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCCtx()
91 void ZSTD_fillDoubleHashTable(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTable()
107 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic()
330 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
351 const ZSTD_MatchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
552ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], \
570 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast()
590 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState()
612 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
H A Dzstd_compress_internal.h266 typedef struct ZSTD_MatchState_t ZSTD_MatchState_t; typedef
270 struct ZSTD_MatchState_t { struct
298 const ZSTD_MatchState_t* dictMatchState; argument
318 ZSTD_MatchState_t matchState; argument
571 ZSTD_MatchState_t* bs, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
1063 MEM_STATIC ZSTD_dictMode_e ZSTD_matchState_dictMode(const ZSTD_MatchState_t *ms) in ZSTD_matchState_dictMode()
1252 const ZSTD_MatchState_t** dictMatchStatePtr) in ZSTD_window_enforceMaxDist()
1297 const ZSTD_MatchState_t** dictMatchStatePtr) in ZSTD_checkDictValidity()
1387 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_MatchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex()
1404 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_MatchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
H A Dzstd_ldm.h65 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_ldm.c252 static size_t ZSTD_ldm_fillFastTables(ZSTD_MatchState_t* ms, in ZSTD_ldm_fillFastTables()
332 static void ZSTD_ldm_limitTableUpdate(ZSTD_MatchState_t* ms, const BYTE* anchor) in ZSTD_ldm_limitTableUpdate()
683 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_ldm_blockCompress()
H A Dzstd_compress.c84 ZSTD_MatchState_t matchState;
1859 static void ZSTD_invalidateMatchState(ZSTD_MatchState_t* ms) in ZSTD_invalidateMatchState()
1906 static void ZSTD_advanceHashSalt(ZSTD_MatchState_t* ms) { in ZSTD_advanceHashSalt()
1911 ZSTD_reset_matchState(ZSTD_MatchState_t* ms, in ZSTD_reset_matchState()
3180 ZSTD_MatchState_t* const ms = &zc->blockState.matchState; in ZSTD_buildSeqStore()
4440 static void ZSTD_overflowCorrectIfNeeded(ZSTD_MatchState_t* ms, in ZSTD_overflowCorrectIfNeeded()
4525 ZSTD_MatchState_t* const ms = &cctx->blockState.matchState; in ZSTD_compress_frameChunk()
4711 ZSTD_MatchState_t* const ms = &cctx->blockState.matchState; in ZSTD_compressContinue_internal()
4816 ZSTD_loadDictionaryContent(ZSTD_MatchState_t* ms, in ZSTD_loadDictionaryContent()
5076 ZSTD_MatchState_t* ms, in ZSTD_loadZstdDictionary()
[all …]