Home
last modified time | relevance | path

Searched refs:forwardIp (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4.c935 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()
[all …]