Project Alice
Loading...
Searching...
No Matches
zstd_lazy.h File Reference
Include dependency graph for zstd_lazy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZSTD_LAZY_DDSS_BUCKET_LOG   2
 
#define ZSTD_ROW_HASH_TAG_BITS   8 /* nb bits to use for the tag */
 
#define ZSTD_COMPRESSBLOCK_GREEDY   ZSTD_compressBlock_greedy
 
#define ZSTD_COMPRESSBLOCK_GREEDY_ROW   ZSTD_compressBlock_greedy_row
 
#define ZSTD_COMPRESSBLOCK_GREEDY_DICTMATCHSTATE   ZSTD_compressBlock_greedy_dictMatchState
 
#define ZSTD_COMPRESSBLOCK_GREEDY_DICTMATCHSTATE_ROW   ZSTD_compressBlock_greedy_dictMatchState_row
 
#define ZSTD_COMPRESSBLOCK_GREEDY_DEDICATEDDICTSEARCH   ZSTD_compressBlock_greedy_dedicatedDictSearch
 
#define ZSTD_COMPRESSBLOCK_GREEDY_DEDICATEDDICTSEARCH_ROW   ZSTD_compressBlock_greedy_dedicatedDictSearch_row
 
#define ZSTD_COMPRESSBLOCK_GREEDY_EXTDICT   ZSTD_compressBlock_greedy_extDict
 
#define ZSTD_COMPRESSBLOCK_GREEDY_EXTDICT_ROW   ZSTD_compressBlock_greedy_extDict_row
 
#define ZSTD_COMPRESSBLOCK_LAZY   ZSTD_compressBlock_lazy
 
#define ZSTD_COMPRESSBLOCK_LAZY_ROW   ZSTD_compressBlock_lazy_row
 
#define ZSTD_COMPRESSBLOCK_LAZY_DICTMATCHSTATE   ZSTD_compressBlock_lazy_dictMatchState
 
#define ZSTD_COMPRESSBLOCK_LAZY_DICTMATCHSTATE_ROW   ZSTD_compressBlock_lazy_dictMatchState_row
 
#define ZSTD_COMPRESSBLOCK_LAZY_DEDICATEDDICTSEARCH   ZSTD_compressBlock_lazy_dedicatedDictSearch
 
#define ZSTD_COMPRESSBLOCK_LAZY_DEDICATEDDICTSEARCH_ROW   ZSTD_compressBlock_lazy_dedicatedDictSearch_row
 
#define ZSTD_COMPRESSBLOCK_LAZY_EXTDICT   ZSTD_compressBlock_lazy_extDict
 
#define ZSTD_COMPRESSBLOCK_LAZY_EXTDICT_ROW   ZSTD_compressBlock_lazy_extDict_row
 
#define ZSTD_COMPRESSBLOCK_LAZY2   ZSTD_compressBlock_lazy2
 
#define ZSTD_COMPRESSBLOCK_LAZY2_ROW   ZSTD_compressBlock_lazy2_row
 
#define ZSTD_COMPRESSBLOCK_LAZY2_DICTMATCHSTATE   ZSTD_compressBlock_lazy2_dictMatchState
 
#define ZSTD_COMPRESSBLOCK_LAZY2_DICTMATCHSTATE_ROW   ZSTD_compressBlock_lazy2_dictMatchState_row
 
#define ZSTD_COMPRESSBLOCK_LAZY2_DEDICATEDDICTSEARCH   ZSTD_compressBlock_lazy2_dedicatedDictSearch
 
#define ZSTD_COMPRESSBLOCK_LAZY2_DEDICATEDDICTSEARCH_ROW   ZSTD_compressBlock_lazy2_dedicatedDictSearch_row
 
#define ZSTD_COMPRESSBLOCK_LAZY2_EXTDICT   ZSTD_compressBlock_lazy2_extDict
 
#define ZSTD_COMPRESSBLOCK_LAZY2_EXTDICT_ROW   ZSTD_compressBlock_lazy2_extDict_row
 
#define ZSTD_COMPRESSBLOCK_BTLAZY2   ZSTD_compressBlock_btlazy2
 
#define ZSTD_COMPRESSBLOCK_BTLAZY2_DICTMATCHSTATE   ZSTD_compressBlock_btlazy2_dictMatchState
 
#define ZSTD_COMPRESSBLOCK_BTLAZY2_EXTDICT   ZSTD_compressBlock_btlazy2_extDict
 

Functions

U32 ZSTD_insertAndFindFirstIndex (ZSTD_matchState_t *ms, const BYTE *ip)
 
void ZSTD_row_update (ZSTD_matchState_t *const ms, const BYTE *ip)
 
void ZSTD_dedicatedDictSearch_lazy_loadDictionary (ZSTD_matchState_t *ms, const BYTE *const ip)
 
void ZSTD_preserveUnsortedMark (U32 *const table, U32 const size, U32 const reducerValue)
 
size_t ZSTD_compressBlock_greedy (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_dictMatchState (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_dictMatchState_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_dedicatedDictSearch (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_dedicatedDictSearch_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_extDict (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_greedy_extDict_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_dictMatchState (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_dictMatchState_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_dedicatedDictSearch (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_dedicatedDictSearch_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_extDict (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy_extDict_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2 (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_dictMatchState (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_dictMatchState_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_dedicatedDictSearch (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_dedicatedDictSearch_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_extDict (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_lazy2_extDict_row (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_btlazy2 (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_btlazy2_dictMatchState (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 
size_t ZSTD_compressBlock_btlazy2_extDict (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize)
 

Macro Definition Documentation

◆ ZSTD_COMPRESSBLOCK_BTLAZY2

#define ZSTD_COMPRESSBLOCK_BTLAZY2   ZSTD_compressBlock_btlazy2

Definition at line 188 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_BTLAZY2_DICTMATCHSTATE

#define ZSTD_COMPRESSBLOCK_BTLAZY2_DICTMATCHSTATE   ZSTD_compressBlock_btlazy2_dictMatchState

Definition at line 189 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_BTLAZY2_EXTDICT

#define ZSTD_COMPRESSBLOCK_BTLAZY2_EXTDICT   ZSTD_compressBlock_btlazy2_extDict

Definition at line 190 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY

#define ZSTD_COMPRESSBLOCK_GREEDY   ZSTD_compressBlock_greedy

Definition at line 68 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_DEDICATEDDICTSEARCH

#define ZSTD_COMPRESSBLOCK_GREEDY_DEDICATEDDICTSEARCH   ZSTD_compressBlock_greedy_dedicatedDictSearch

Definition at line 72 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_DEDICATEDDICTSEARCH_ROW

#define ZSTD_COMPRESSBLOCK_GREEDY_DEDICATEDDICTSEARCH_ROW   ZSTD_compressBlock_greedy_dedicatedDictSearch_row

Definition at line 73 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_DICTMATCHSTATE

#define ZSTD_COMPRESSBLOCK_GREEDY_DICTMATCHSTATE   ZSTD_compressBlock_greedy_dictMatchState

Definition at line 70 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_DICTMATCHSTATE_ROW

#define ZSTD_COMPRESSBLOCK_GREEDY_DICTMATCHSTATE_ROW   ZSTD_compressBlock_greedy_dictMatchState_row

Definition at line 71 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_EXTDICT

#define ZSTD_COMPRESSBLOCK_GREEDY_EXTDICT   ZSTD_compressBlock_greedy_extDict

Definition at line 74 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_EXTDICT_ROW

#define ZSTD_COMPRESSBLOCK_GREEDY_EXTDICT_ROW   ZSTD_compressBlock_greedy_extDict_row

Definition at line 75 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_GREEDY_ROW

#define ZSTD_COMPRESSBLOCK_GREEDY_ROW   ZSTD_compressBlock_greedy_row

Definition at line 69 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY

#define ZSTD_COMPRESSBLOCK_LAZY   ZSTD_compressBlock_lazy

Definition at line 113 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2

#define ZSTD_COMPRESSBLOCK_LAZY2   ZSTD_compressBlock_lazy2

Definition at line 158 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_DEDICATEDDICTSEARCH

#define ZSTD_COMPRESSBLOCK_LAZY2_DEDICATEDDICTSEARCH   ZSTD_compressBlock_lazy2_dedicatedDictSearch

Definition at line 162 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_DEDICATEDDICTSEARCH_ROW

#define ZSTD_COMPRESSBLOCK_LAZY2_DEDICATEDDICTSEARCH_ROW   ZSTD_compressBlock_lazy2_dedicatedDictSearch_row

Definition at line 163 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_DICTMATCHSTATE

#define ZSTD_COMPRESSBLOCK_LAZY2_DICTMATCHSTATE   ZSTD_compressBlock_lazy2_dictMatchState

Definition at line 160 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_DICTMATCHSTATE_ROW

#define ZSTD_COMPRESSBLOCK_LAZY2_DICTMATCHSTATE_ROW   ZSTD_compressBlock_lazy2_dictMatchState_row

Definition at line 161 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_EXTDICT

#define ZSTD_COMPRESSBLOCK_LAZY2_EXTDICT   ZSTD_compressBlock_lazy2_extDict

Definition at line 164 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_EXTDICT_ROW

#define ZSTD_COMPRESSBLOCK_LAZY2_EXTDICT_ROW   ZSTD_compressBlock_lazy2_extDict_row

Definition at line 165 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY2_ROW

#define ZSTD_COMPRESSBLOCK_LAZY2_ROW   ZSTD_compressBlock_lazy2_row

Definition at line 159 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_DEDICATEDDICTSEARCH

#define ZSTD_COMPRESSBLOCK_LAZY_DEDICATEDDICTSEARCH   ZSTD_compressBlock_lazy_dedicatedDictSearch

Definition at line 117 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_DEDICATEDDICTSEARCH_ROW

#define ZSTD_COMPRESSBLOCK_LAZY_DEDICATEDDICTSEARCH_ROW   ZSTD_compressBlock_lazy_dedicatedDictSearch_row

Definition at line 118 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_DICTMATCHSTATE

#define ZSTD_COMPRESSBLOCK_LAZY_DICTMATCHSTATE   ZSTD_compressBlock_lazy_dictMatchState

Definition at line 115 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_DICTMATCHSTATE_ROW

#define ZSTD_COMPRESSBLOCK_LAZY_DICTMATCHSTATE_ROW   ZSTD_compressBlock_lazy_dictMatchState_row

Definition at line 116 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_EXTDICT

#define ZSTD_COMPRESSBLOCK_LAZY_EXTDICT   ZSTD_compressBlock_lazy_extDict

Definition at line 119 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_EXTDICT_ROW

#define ZSTD_COMPRESSBLOCK_LAZY_EXTDICT_ROW   ZSTD_compressBlock_lazy_extDict_row

Definition at line 120 of file zstd_lazy.h.

◆ ZSTD_COMPRESSBLOCK_LAZY_ROW

#define ZSTD_COMPRESSBLOCK_LAZY_ROW   ZSTD_compressBlock_lazy_row

Definition at line 114 of file zstd_lazy.h.

◆ ZSTD_LAZY_DDSS_BUCKET_LOG

#define ZSTD_LAZY_DDSS_BUCKET_LOG   2

Dedicated Dictionary Search Structure bucket log. In the ZSTD_dedicatedDictSearch mode, the hashTable has 2 ** ZSTD_LAZY_DDSS_BUCKET_LOG entries in each bucket, rather than just one.

Definition at line 26 of file zstd_lazy.h.

◆ ZSTD_ROW_HASH_TAG_BITS

#define ZSTD_ROW_HASH_TAG_BITS   8 /* nb bits to use for the tag */

Definition at line 28 of file zstd_lazy.h.

Function Documentation

◆ ZSTD_compressBlock_btlazy2()

size_t ZSTD_compressBlock_btlazy2 ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1916 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_btlazy2_dictMatchState()

size_t ZSTD_compressBlock_btlazy2_dictMatchState ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1923 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_btlazy2_extDict()

size_t ZSTD_compressBlock_btlazy2_extDict ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2192 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy()

size_t ZSTD_compressBlock_greedy ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

used in ZSTD_reduceIndex(). preemptively increase value of ZSTD_DUBT_UNSORTED_MARK

Definition at line 1784 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_dedicatedDictSearch()

size_t ZSTD_compressBlock_greedy_dedicatedDictSearch ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1798 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_dedicatedDictSearch_row()

size_t ZSTD_compressBlock_greedy_dedicatedDictSearch_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1819 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_dictMatchState()

size_t ZSTD_compressBlock_greedy_dictMatchState ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1791 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_dictMatchState_row()

size_t ZSTD_compressBlock_greedy_dictMatchState_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1812 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_extDict()

size_t ZSTD_compressBlock_greedy_extDict ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2141 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_extDict_row()

size_t ZSTD_compressBlock_greedy_extDict_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2148 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_greedy_row()

size_t ZSTD_compressBlock_greedy_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1805 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy()

size_t ZSTD_compressBlock_lazy ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1828 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2()

size_t ZSTD_compressBlock_lazy2 ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1872 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_dedicatedDictSearch()

size_t ZSTD_compressBlock_lazy2_dedicatedDictSearch ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1886 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_dedicatedDictSearch_row()

size_t ZSTD_compressBlock_lazy2_dedicatedDictSearch_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1907 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_dictMatchState()

size_t ZSTD_compressBlock_lazy2_dictMatchState ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1879 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_dictMatchState_row()

size_t ZSTD_compressBlock_lazy2_dictMatchState_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1900 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_extDict()

size_t ZSTD_compressBlock_lazy2_extDict ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2175 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_extDict_row()

size_t ZSTD_compressBlock_lazy2_extDict_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2183 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy2_row()

size_t ZSTD_compressBlock_lazy2_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1893 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_dedicatedDictSearch()

size_t ZSTD_compressBlock_lazy_dedicatedDictSearch ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1842 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_dedicatedDictSearch_row()

size_t ZSTD_compressBlock_lazy_dedicatedDictSearch_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1863 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_dictMatchState()

size_t ZSTD_compressBlock_lazy_dictMatchState ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1835 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_dictMatchState_row()

size_t ZSTD_compressBlock_lazy_dictMatchState_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1856 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_extDict()

size_t ZSTD_compressBlock_lazy_extDict ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2157 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_extDict_row()

size_t ZSTD_compressBlock_lazy_extDict_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 2165 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_compressBlock_lazy_row()

size_t ZSTD_compressBlock_lazy_row ( ZSTD_matchState_t ms,
seqStore_t seqStore,
U32  rep[ZSTD_REP_NUM],
void const *  src,
size_t  srcSize 
)

Definition at line 1849 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_dedicatedDictSearch_lazy_loadDictionary()

void ZSTD_dedicatedDictSearch_lazy_loadDictionary ( ZSTD_matchState_t ms,
const BYTE *const  ip 
)

Definition at line 411 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_insertAndFindFirstIndex()

U32 ZSTD_insertAndFindFirstIndex ( ZSTD_matchState_t ms,
const BYTE ip 
)

Definition at line 659 of file zstd_lazy.c.

Here is the call graph for this function:

◆ ZSTD_preserveUnsortedMark()

void ZSTD_preserveUnsortedMark ( U32 *const  table,
U32 const  size,
U32 const  reducerValue 
)

◆ ZSTD_row_update()

void ZSTD_row_update ( ZSTD_matchState_t *const  ms,
const BYTE ip 
)

Definition at line 949 of file zstd_lazy.c.

Here is the call graph for this function: