Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
A Dzstd_internal.h134 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/linux/lib/zstd/decompress/
A 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/lib/zstd/compress/
A Dzstd_compress.c1435 bs->rep[i] = repStartValue[i]; in ZSTD_reset_compressedBlockState()
/linux/
A DSystem.map58051 ffff800010f7dc30 d repStartValue
A D.tmp_System.map58051 ffff800010f7dc30 d repStartValue

Completed in 364 milliseconds