Lines Matching refs:iend

413 	const BYTE *const iend = istart + srcSize;  in ZSTD_compressBlock_opt_generic()  local
414 const BYTE *const ilimit = iend - 8; in ZSTD_compressBlock_opt_generic()
453 mlen = (U32)ZSTD_count(ip + minMatch, ip + minMatch - repCur, iend) + minMatch; in ZSTD_compressBlock_opt_generic()
472 match_num = ZSTD_BtGetAllMatches_selectMLS(ctx, ip, iend, maxSearches, mls, matches, minMatch); in ZSTD_compressBlock_opt_generic()
557 mlen = (U32)ZSTD_count(inr + minMatch, inr + minMatch - repCur, iend) + minMatch; in ZSTD_compressBlock_opt_generic()
591 match_num = ZSTD_BtGetAllMatches_selectMLS(ctx, inr, iend, maxSearches, mls, matches, best_mlen); in ZSTD_compressBlock_opt_generic()
693 size_t const lastLLSize = iend - anchor; in ZSTD_compressBlock_opt_generic()
706 const BYTE *const iend = istart + srcSize; in ZSTD_compressBlock_opt_extDict_generic() local
707 const BYTE *const ilimit = iend - 8; in ZSTD_compressBlock_opt_extDict_generic()
757 const BYTE *const repEnd = repIndex < dictLimit ? dictEnd : iend; 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()
780 …match_num = ZSTD_BtGetAllMatches_selectMLS_extDict(ctx, ip, iend, maxSearches, mls, matches, minMa… in ZSTD_compressBlock_opt_extDict_generic()
870 const BYTE *const repEnd = repIndex < dictLimit ? dictEnd : iend; in ZSTD_compressBlock_opt_extDict_generic()
871 …mlen = (U32)ZSTD_count_2segments(inr + minMatch, repMatch + minMatch, iend, repEnd, prefixStart) +… in ZSTD_compressBlock_opt_extDict_generic()
905 …match_num = ZSTD_BtGetAllMatches_selectMLS_extDict(ctx, inr, iend, maxSearches, mls, matches, minM… in ZSTD_compressBlock_opt_extDict_generic()
1008 size_t lastLLSize = iend - anchor; in ZSTD_compressBlock_opt_extDict_generic()