Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h68 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8}; variable
Ddecompress.c117 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()
118 memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()
Dcompress.c231 cctx->rep[i] = repStartValue[i]; in ZSTD_continueCCtx()
303 zc->rep[i] = repStartValue[i]; in ZSTD_resetCCtx_advanced()