Searched refs:forwardIp (Results 1 – 1 of 1) sorted by relevance
520 { const BYTE* forwardIp = ip; in LZ4_compress_generic() local525 ip = forwardIp; in LZ4_compress_generic()526 forwardIp += step; in LZ4_compress_generic()529 if (unlikely(forwardIp > mflimit)) goto _last_literals; in LZ4_compress_generic()540 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()763 { const BYTE* forwardIp = ip; in LZ4_compress_destSize_generic() local769 ip = forwardIp; in LZ4_compress_destSize_generic()770 forwardIp += step; in LZ4_compress_destSize_generic()773 if (unlikely(forwardIp > mflimit)) goto _last_literals; in LZ4_compress_destSize_generic()776 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_destSize_generic()