Lines Matching refs:forwardIp
554 const BYTE *forwardIp = ip;
562 ip = forwardIp;
563 forwardIp = ip + step;
565 if unlikely(forwardIp > mflimit) {
569 forwardH = LZ4_HASH_VALUE(forwardIp);
747 const BYTE *forwardIp = ip;
755 ip = forwardIp;
756 forwardIp = ip + step;
758 if (forwardIp > mflimit) {
762 forwardH = LZ4_HASH64K_VALUE(forwardIp);