Home
last modified time | relevance | path

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

/Linux-v6.1/lib/zstd/common/
Dzstd_internal.h134 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/Linux-v6.1/lib/zstd/decompress/
Dzstd_decompress.c1345 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()
1346 ZSTD_memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()
/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c1435 bs->rep[i] = repStartValue[i]; in ZSTD_reset_compressedBlockState()