Searched refs:repStartValue (Results 1 – 5 of 5) sorted by relevance
134 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
1345 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()
1435 bs->rep[i] = repStartValue[i]; in ZSTD_reset_compressedBlockState()
58051 ffff800010f7dc30 d repStartValue
Completed in 364 milliseconds