ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <zstd_compress_internal.h>
Public Attributes | |
U32 | offset |
U32 | litLength |
U32 | matchLength |
Definition at line 174 of file zstd_compress_internal.h.
U32 rawSeq::litLength |
Definition at line 176 of file zstd_compress_internal.h.
Referenced by ZSTD_ldm_generateSequences_internal(), and ZSTD_ldm_skipSequences().
U32 rawSeq::matchLength |
Definition at line 177 of file zstd_compress_internal.h.
Referenced by ZSTD_ldm_generateSequences_internal(), and ZSTD_ldm_skipSequences().
U32 rawSeq::offset |
Definition at line 175 of file zstd_compress_internal.h.
Referenced by ZSTD_ldm_generateSequences_internal().