Lines Matching refs:prefixStart
251 const BYTE *const prefixStart = base + dictLimit; in ZSTD_insertBtAndGetAllMatches() local
276 …currMl = ZSTD_count_2segments(ip + MINMATCH, match + MINMATCH, iLimit, dictEnd, prefixStart) + MIN… in ZSTD_insertBtAndGetAllMatches()
307 …ength += ZSTD_count_2segments(ip + matchLength, match + matchLength, iLimit, dictEnd, prefixStart); in ZSTD_insertBtAndGetAllMatches()
416 const BYTE *const prefixStart = base + ctx->dictLimit; in ZSTD_compressBlock_opt_generic() local
431 ip += (ip == prefixStart); in ZSTD_compressBlock_opt_generic()
451 if ((repCur > 0) && (repCur < (S32)(ip - prefixStart)) && in ZSTD_compressBlock_opt_generic()
555 if ((repCur > 0) && (repCur < (S32)(inr - prefixStart)) && in ZSTD_compressBlock_opt_generic()
711 const BYTE *const prefixStart = base + dictLimit; in ZSTD_compressBlock_opt_extDict_generic() local
734 ip += (ip == prefixStart); in ZSTD_compressBlock_opt_extDict_generic()
758 …mlen = (U32)ZSTD_count_2segments(ip + minMatch, repMatch + minMatch, iend, repEnd, prefixStart) + … in ZSTD_compressBlock_opt_extDict_generic()
871 …32)ZSTD_count_2segments(inr + minMatch, repMatch + minMatch, iend, repEnd, prefixStart) + minMatch; in ZSTD_compressBlock_opt_extDict_generic()