Searched refs:mflimit (Results 1 – 2 of 2) sorted by relevance
344 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_generic() local370 while (ip < mflimit) in LZ4HC_compress_generic()381 if (ip+ml < mflimit) in LZ4HC_compress_generic()432 if (start2 + ml2 < mflimit) in LZ4HC_compress_generic()
520 const BYTE* const mflimit = iend - MFLIMIT; in LZ4_compress_generic() local571 if (unlikely(forwardIp > mflimit)) goto _last_literals; in LZ4_compress_generic()663 if (ip > mflimit) break; in LZ4_compress_generic()