Lines Matching refs:forwardIp
1239 const BYTE *forwardIp = ip; in LZ4_compress_generic_validated() local
1245 ip = forwardIp; in LZ4_compress_generic_validated()
1246 forwardIp += step; in LZ4_compress_generic_validated()
1249 if (unlikely(forwardIp > mflimitPlusOne)) in LZ4_compress_generic_validated()
1254 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
1262 const BYTE *forwardIp = ip; in LZ4_compress_generic_validated() local
1268 U32 const current = (U32)(forwardIp - base); in LZ4_compress_generic_validated()
1271 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()
1272 ip = forwardIp; in LZ4_compress_generic_validated()
1273 forwardIp += step; in LZ4_compress_generic_validated()
1276 if (unlikely(forwardIp > mflimitPlusOne)) in LZ4_compress_generic_validated()
1316 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()