Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c496 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain() local
518 while (ip <= mflimit) { in LZ4HC_compress_hashChain()
526 if (ip+ml <= mflimit) { in LZ4HC_compress_hashChain()
571 if (start2 + ml2 <= mflimit) { in LZ4HC_compress_hashChain()
1171 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal() local
1185 while (ip <= mflimit) { in LZ4HC_compress_optimal()
1244 if (curPtr > mflimit) break; in LZ4HC_compress_optimal()