Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c1239 const BYTE *forwardIp = ip; in LZ4_compress_generic_validated() local
1245 ip = forwardIp; in LZ4_compress_generic_validated()
1246 forwardIp += step; in LZ4_compress_generic_validated()
1249 if (unlikely(forwardIp > mflimitPlusOne)) in LZ4_compress_generic_validated()
1254 forwardH = LZ4_hashPosition(forwardIp, tableType); in LZ4_compress_generic_validated()
1262 const BYTE *forwardIp = ip; in LZ4_compress_generic_validated() local
1268 U32 const current = (U32)(forwardIp - base); in LZ4_compress_generic_validated()
1271 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()
1272 ip = forwardIp; in LZ4_compress_generic_validated()
1273 forwardIp += step; in LZ4_compress_generic_validated()
[all …]