Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_internal.h58 static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8}; variable
A Ddecompress.c108 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