ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <zstd_compress_internal.h>
Public Attributes | |
U32 | offset |
U32 | litLength |
U32 | matchLength |
Definition at line 178 of file zstd_compress_internal.h.
U32 rawSeq::litLength |
Definition at line 180 of file zstd_compress_internal.h.
Referenced by ZSTD_ldm_generateSequences_internal(), and ZSTD_ldm_skipSequences().
U32 rawSeq::matchLength |
Definition at line 181 of file zstd_compress_internal.h.
Referenced by ZSTD_ldm_generateSequences_internal(), and ZSTD_ldm_skipSequences().
U32 rawSeq::offset |
Definition at line 179 of file zstd_compress_internal.h.
Referenced by ZSTD_ldm_generateSequences_internal().