Home
last modified time | relevance | path

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

/lib/zstd/common/
A Dzstd_internal.h57 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
/lib/zstd/decompress/
A Dzstd_decompress.c1373 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()
1374 ZSTD_memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()

Completed in 14 milliseconds