Lines Matching refs:lowLimit
58 U32 lowLimit; /* below that point, no more data */
222 cctx->lowLimit = end;
296 zc->lowLimit = 0;
376 dstCCtx->lowLimit = srcCCtx->lowLimit;
1126 const U32 lowestIndex = ctx->lowLimit;
1407 const U32 lowestIndex = ctx->lowLimit;
1582 U32 const windowLow = zc->lowLimit;
1661 const U32 windowLow = zc->lowLimit;
1831 const U32 lowLimit = zc->lowLimit;
1840 for (; (matchIndex > lowLimit) & (nbAttempts > 0); nbAttempts--) {
2068 const U32 lowestIndex = ctx->lowLimit;
2072 const BYTE *const dictStart = dictBase + ctx->lowLimit;
2335 ZSTD_blockCompressor const blockCompressor = ZSTD_selectBlockCompressor(zc->params.cParams.strategy, zc->lowLimit < zc->dictLimit);
2377 if (cctx->lowLimit > (3U << 29)) {
2386 cctx->lowLimit -= correction;
2397 if (cctx->lowLimit < newLowLimit)
2398 cctx->lowLimit = newLowLimit;
2399 if (cctx->dictLimit < cctx->lowLimit)
2400 cctx->dictLimit = cctx->lowLimit;
2511 cctx->lowLimit = cctx->dictLimit;
2516 if (cctx->dictLimit - cctx->lowLimit < HASH_READ_SIZE)
2517 cctx->lowLimit = cctx->dictLimit; /* too small extDict */
2521 if ((ip + srcSize > cctx->dictBase + cctx->lowLimit) & (ip < cctx->dictBase + cctx->dictLimit)) {
2524 cctx->lowLimit = lowLimitMax;
2563 zc->lowLimit = zc->dictLimit;