Searched refs:repStartValue (Results 1 – 2 of 2) sorted by relevance
58 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8}; variable
108 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()109 memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()
Completed in 12 milliseconds