Home
last modified time | relevance | path

Searched defs:repStartValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h142 static const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h70 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c2696 static const U32 repStartValue[ZSTDv07_REP_NUM] = { 1, 4, 8 }; variable