Searched refs:repStartValue (Results 1 – 5 of 5) sorted by relevance
142 static UNUSED_ATTR const U32 repStartValue[ZSTD_REP_NUM] = { 1, 4, 8 }; variable
871 MEM_writeLE32(dstPtr+0, repStartValue[0]); in ZDICT_analyzeEntropy()872 MEM_writeLE32(dstPtr+4, repStartValue[1]); in ZDICT_analyzeEntropy()873 MEM_writeLE32(dstPtr+8, repStartValue[2]); in ZDICT_analyzeEntropy()
1190 ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); in ZSTD_decompressBegin()1191 ZSTD_memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ in ZSTD_decompressBegin()
2700 static const U32 repStartValue[ZSTDv07_REP_NUM] = { 1, 4, 8 }; variable2977 { int i; for (i=0; i<ZSTDv07_REP_NUM; i++) dctx->rep[i] = repStartValue[i]; } in ZSTDv07_decompressBegin()
1477 bs->rep[i] = repStartValue[i]; in ZSTD_reset_compressedBlockState()