Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Dzstd_internal.h68 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8}; variable
/kernel/linux/linux-6.6/lib/zstd/common/
Dzstd_internal.h60 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable