LZ77_MSTEP_SIZE
rlim = end - LZ77_MSTEP_SIZE; /* read limit (for lz77_match_len()) */
cur += LZ77_MSTEP_SIZE;
match += LZ77_MSTEP_SIZE;
} while (likely(cur + LZ77_MSTEP_SIZE <= end));