Searched refs:forwardIp (Results 1 – 1 of 1) sorted by relevance
1006 const BYTE* forwardIp = ip; in LZ4_compress_generic_validated() local1011 ip = forwardIp; in LZ4_compress_generic_validated()1012 forwardIp += step; in LZ4_compress_generic_validated()1015 if (unlikely(forwardIp > mflimitPlusOne)) goto _last_literals; in LZ4_compress_generic_validated()1019 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()1027 const BYTE* forwardIp = ip; in LZ4_compress_generic_validated() local1032 U32 const current = (U32)(forwardIp - base); in LZ4_compress_generic_validated()1035 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()1036 ip = forwardIp; in LZ4_compress_generic_validated()1037 forwardIp += step; in LZ4_compress_generic_validated()[all …]