Searched refs:filledIp (Results 1 – 1 of 1) sorted by relevance
1234 const BYTE *filledIp; in LZ4_compress_generic_validated() local1342 filledIp = ip; in LZ4_compress_generic_validated()1452 if (unlikely(ip <= filledIp)) in LZ4_compress_generic_validated()1460 DEBUGLOG(5, "Clearing %u positions", (U32)(filledIp - ip)); in LZ4_compress_generic_validated()1461 for (ptr = ip; ptr <= filledIp; ++ptr) in LZ4_compress_generic_validated()