Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dzstd_internal.h98 static const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v07.c2696 static const U32 repStartValue[ZSTDv07_REP_NUM] = { 1, 4, 8 }; variable