Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c251 const BYTE *forwardIp = ip; in LZ4_compress_generic() local
258 ip = forwardIp; in LZ4_compress_generic()
259 forwardIp += step; in LZ4_compress_generic()
262 if (unlikely(forwardIp > mflimit)) in LZ4_compress_generic()
278 forwardH = LZ4_hashPosition(forwardIp, in LZ4_compress_generic()
574 const BYTE *forwardIp = ip; in LZ4_compress_destSize_generic() local
581 ip = forwardIp; in LZ4_compress_destSize_generic()
582 forwardIp += step; in LZ4_compress_destSize_generic()
585 if (unlikely(forwardIp > mflimit)) in LZ4_compress_destSize_generic()
590 forwardH = LZ4_hashPosition(forwardIp, in LZ4_compress_destSize_generic()