Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4hc.c570 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain() local
592 while (ip <= mflimit) { in LZ4HC_compress_hashChain()
600 if (ip+ml <= mflimit) { in LZ4HC_compress_hashChain()
645 if (start2 + ml2 <= mflimit) { in LZ4HC_compress_hashChain()
1353 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal() local
1371 while (ip <= mflimit) { in LZ4HC_compress_optimal()
1433 if (curPtr > mflimit) break; in LZ4HC_compress_optimal()
1565 } /* while (ip <= mflimit) */ in LZ4HC_compress_optimal()

Completed in 4 milliseconds