Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h326 typedef struct seqDef_s { struct
327 U32 offset;
328 U16 litLength;
329 U16 matchLength;
/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 */