Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c1006 const BYTE* forwardIp = ip; in LZ4_compress_generic_validated() local
1011 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() local
1032 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 …]