Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c869 const BYTE* filledIp; in LZ4_compress_generic() local
956 filledIp = ip; in LZ4_compress_generic()
1043 if (unlikely(ip <= filledIp)) { in LZ4_compress_generic()
1050 DEBUGLOG(5, "Clearing %u positions", (U32)(filledIp - ip)); in LZ4_compress_generic()
1051 for (ptr = ip; ptr <= filledIp; ++ptr) { in LZ4_compress_generic()