Searched refs:repStartValue (Results 1 – 3 of 3) sorted by relevance
68 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8}; variable
117 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()
231 cctx->rep[i] = repStartValue[i]; in ZSTD_continueCCtx()303 zc->rep[i] = repStartValue[i]; in ZSTD_resetCCtx_advanced()