Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c560 const BYTE* forwardIp = ip; in LZ4_compress_generic() local
567 ip = forwardIp; in LZ4_compress_generic()
568 forwardIp += step; in LZ4_compress_generic()
571 if (unlikely(forwardIp > mflimit)) goto _last_literals; in LZ4_compress_generic()
587 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic()