Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c549 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain() local
571 while (ip <= mflimit) { in LZ4HC_compress_hashChain()
579 if (ip+ml <= mflimit) { in LZ4HC_compress_hashChain()
624 if (start2 + ml2 <= mflimit) { in LZ4HC_compress_hashChain()
1296 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal() local
1310 while (ip <= mflimit) { in LZ4HC_compress_optimal()
1369 if (curPtr > mflimit) break; in LZ4HC_compress_optimal()