Lines Matching defs:rep
66 U32 rep[ZSTD_REP_NUM];
231 cctx->rep[i] = repStartValue[i];
303 zc->rep[i] = repStartValue[i];
341 cctx->rep[i] = 0;
852 zc->rep[i] = zc->repToConfirm[i];
1021 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1];
1133 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1];
1269 U32 offset_1 = cctx->rep[0], offset_2 = cctx->rep[1];
1414 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1];
1912 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1], savedOffset = 0;
2080 U32 offset_1 = ctx->rep[0], offset_2 = ctx->rep[1];
2343 zc->nextToUpdate = curr - MIN(192, (U32)(curr - zc->nextToUpdate - 384)); /* update tree not updated after finding very long rep matches */
2690 cctx->rep[0] = ZSTD_readLE32(dictPtr + 0);
2691 cctx->rep[1] = ZSTD_readLE32(dictPtr + 4);
2692 cctx->rep[2] = ZSTD_readLE32(dictPtr + 8);
2708 if (cctx->rep[u] == 0)
2710 if (cctx->rep[u] > dictContentSize)