Lines Matching refs:iend
487 const BYTE *const iend = ip + isize; in LZ4_compressCtx() local
489 const BYTE *const mflimit = iend - MFLIMIT; in LZ4_compressCtx()
490 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx()
636 int lastRun = iend - anchor; in LZ4_compressCtx()
649 (void) memcpy(op, anchor, iend - anchor); in LZ4_compressCtx()
650 op += iend - anchor; in LZ4_compressCtx()
677 const BYTE *const iend = ip + isize; in LZ4_compress64kCtx() local
679 const BYTE *const mflimit = iend - MFLIMIT; in LZ4_compress64kCtx()
680 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx()
824 int lastRun = iend - anchor; in LZ4_compress64kCtx()
836 (void) memcpy(op, anchor, iend - anchor); in LZ4_compress64kCtx()
837 op += iend - anchor; in LZ4_compress64kCtx()