Lines Matching refs:forwardIp
935 const BYTE* forwardIp = ip; in LZ4_compress_generic_validated() local
940 ip = forwardIp; in LZ4_compress_generic_validated()
941 forwardIp += step; in LZ4_compress_generic_validated()
944 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals; in LZ4_compress_generic_validated()
948 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
956 const BYTE* forwardIp = ip; in LZ4_compress_generic_validated() local
961 U32 const current = (U32)(forwardIp - base); in LZ4_compress_generic_validated()
964 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()
965 ip = forwardIp; in LZ4_compress_generic_validated()
966 forwardIp += step; in LZ4_compress_generic_validated()
969 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals; in LZ4_compress_generic_validated()
997 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()