Lines Matching defs:forwardIp
995 const BYTE* forwardIp = ip;
1000 ip = forwardIp;
1001 forwardIp += step;
1004 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals;
1008 forwardH = LZ4_hashPosition(forwardIp, tableType);
1016 const BYTE* forwardIp = ip;
1021 U32 const current = (U32)(forwardIp - base);
1024 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1));
1025 ip = forwardIp;
1026 forwardIp += step;
1029 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals;
1058 forwardH = LZ4_hashPosition(forwardIp, tableType);