Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dzstd_internal.h60 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c1410 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()
1411 ZSTD_memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()
/linux/lib/zstd/compress/
H A Dzstd_compress.c1592 bs->rep[i] = repStartValue[i]; in ZSTD_reset_compressedBlockState()