Project Alice
|
#include <zstd_internal.h>
Public Attributes | |
seqDef * | sequencesStart |
seqDef * | sequences |
BYTE * | litStart |
BYTE * | lit |
BYTE * | llCode |
BYTE * | mlCode |
BYTE * | ofCode |
size_t | maxNbSeq |
size_t | maxNbLit |
ZSTD_longLengthType_e | longLengthType |
U32 | longLengthPos |
Definition at line 294 of file zstd_internal.h.
BYTE* seqStore_t::lit |
Definition at line 298 of file zstd_internal.h.
BYTE* seqStore_t::litStart |
Definition at line 297 of file zstd_internal.h.
BYTE* seqStore_t::llCode |
Definition at line 299 of file zstd_internal.h.
U32 seqStore_t::longLengthPos |
Definition at line 310 of file zstd_internal.h.
ZSTD_longLengthType_e seqStore_t::longLengthType |
Definition at line 309 of file zstd_internal.h.
size_t seqStore_t::maxNbLit |
Definition at line 303 of file zstd_internal.h.
size_t seqStore_t::maxNbSeq |
Definition at line 302 of file zstd_internal.h.
BYTE* seqStore_t::mlCode |
Definition at line 300 of file zstd_internal.h.
BYTE* seqStore_t::ofCode |
Definition at line 301 of file zstd_internal.h.
seqDef* seqStore_t::sequences |
Definition at line 296 of file zstd_internal.h.
seqDef* seqStore_t::sequencesStart |
Definition at line 295 of file zstd_internal.h.