Project Alice
Loading...
Searching...
No Matches
ZSTD_matchState_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_matchState_t:

Public Attributes

ZSTD_window_t window
 
U32 loadedDictEnd
 
U32 nextToUpdate
 
U32 hashLog3
 
U32 rowHashLog
 
BYTEtagTable
 
U32 hashCache [ZSTD_ROW_HASH_CACHE_SIZE]
 
U64 hashSalt
 
U32 hashSaltEntropy
 
U32hashTable
 
U32hashTable3
 
U32chainTable
 
U32 forceNonContiguous
 
int dedicatedDictSearch
 
optState_t opt
 
const ZSTD_matchState_tdictMatchState
 
ZSTD_compressionParameters cParams
 
const rawSeqStore_tldmSeqStore
 
int prefetchCDictTables
 
int lazySkipping
 

Detailed Description

Definition at line 211 of file zstd_compress_internal.h.

Member Data Documentation

◆ chainTable

U32* ZSTD_matchState_t::chainTable

Definition at line 231 of file zstd_compress_internal.h.

◆ cParams

ZSTD_compressionParameters ZSTD_matchState_t::cParams

Definition at line 240 of file zstd_compress_internal.h.

◆ dedicatedDictSearch

int ZSTD_matchState_t::dedicatedDictSearch

Definition at line 235 of file zstd_compress_internal.h.

◆ dictMatchState

const ZSTD_matchState_t* ZSTD_matchState_t::dictMatchState

Definition at line 239 of file zstd_compress_internal.h.

◆ forceNonContiguous

U32 ZSTD_matchState_t::forceNonContiguous

Definition at line 233 of file zstd_compress_internal.h.

◆ hashCache

U32 ZSTD_matchState_t::hashCache[ZSTD_ROW_HASH_CACHE_SIZE]

Definition at line 225 of file zstd_compress_internal.h.

◆ hashLog3

U32 ZSTD_matchState_t::hashLog3

Definition at line 221 of file zstd_compress_internal.h.

◆ hashSalt

U64 ZSTD_matchState_t::hashSalt

Definition at line 226 of file zstd_compress_internal.h.

◆ hashSaltEntropy

U32 ZSTD_matchState_t::hashSaltEntropy

Definition at line 227 of file zstd_compress_internal.h.

◆ hashTable

U32* ZSTD_matchState_t::hashTable

Definition at line 229 of file zstd_compress_internal.h.

◆ hashTable3

U32* ZSTD_matchState_t::hashTable3

Definition at line 230 of file zstd_compress_internal.h.

◆ lazySkipping

int ZSTD_matchState_t::lazySkipping

Definition at line 253 of file zstd_compress_internal.h.

◆ ldmSeqStore

const rawSeqStore_t* ZSTD_matchState_t::ldmSeqStore

Definition at line 241 of file zstd_compress_internal.h.

◆ loadedDictEnd

U32 ZSTD_matchState_t::loadedDictEnd

Definition at line 213 of file zstd_compress_internal.h.

◆ nextToUpdate

U32 ZSTD_matchState_t::nextToUpdate

Definition at line 220 of file zstd_compress_internal.h.

◆ opt

optState_t ZSTD_matchState_t::opt

Definition at line 238 of file zstd_compress_internal.h.

◆ prefetchCDictTables

int ZSTD_matchState_t::prefetchCDictTables

Definition at line 246 of file zstd_compress_internal.h.

◆ rowHashLog

U32 ZSTD_matchState_t::rowHashLog

Definition at line 223 of file zstd_compress_internal.h.

◆ tagTable

BYTE* ZSTD_matchState_t::tagTable

Definition at line 224 of file zstd_compress_internal.h.

◆ window

ZSTD_window_t ZSTD_matchState_t::window

Definition at line 212 of file zstd_compress_internal.h.


The documentation for this struct was generated from the following file: