Home
last modified time | relevance | path

Searched refs:forwardIp (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4.c520 { const BYTE* forwardIp = ip; in LZ4_compress_generic() local
525 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() local
769 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()