repStartValue 231 lib/zstd/compress.c cctx->rep[i] = repStartValue[i]; repStartValue 303 lib/zstd/compress.c zc->rep[i] = repStartValue[i]; repStartValue 117 lib/zstd/decompress.c ZSTD_STATIC_ASSERT(sizeof(dctx->entropy.rep) == sizeof(repStartValue)); repStartValue 118 lib/zstd/decompress.c memcpy(dctx->entropy.rep, repStartValue, sizeof(repStartValue)); /* initial repcodes */ repStartValue 68 lib/zstd/zstd_internal.h static const U32 repStartValue[ZSTD_REP_NUM] = {1, 4, 8};