Home
last modified time | relevance | path

Searched defs:seqDef_s (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h286 typedef struct seqDef_s { struct
287 U32 offBase; /* offBase == Offset + ZSTD_REP_NUM, or repcode 1,2,3 */
288 U16 litLength;
289 U16 mlBase; /* mlBase == matchLength - MINMATCH */
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h336 typedef struct seqDef_s { struct
337 U32 offset;
338 U16 litLength;
339 U16 matchLength;