Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c991 const BYTE* filledIp; in LZ4_compress_generic_validated() local
1079 filledIp = ip; in LZ4_compress_generic_validated()
1166 if (unlikely(ip <= filledIp)) { in LZ4_compress_generic_validated()
1173 DEBUGLOG(5, "Clearing %u positions", (U32)(filledIp - ip)); in LZ4_compress_generic_validated()
1174 for (ptr = ip; ptr <= filledIp; ++ptr) { in LZ4_compress_generic_validated()