Home | History | Annotate | Download | only in lib

Lines Matching refs:LZ4_count

394 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit)
632 matchLength = LZ4_count(ip+MINMATCH, match+MINMATCH, limit);
636 unsigned more = LZ4_count(ip, (const BYTE*)source, matchlimit);
643 matchLength = LZ4_count(ip+MINMATCH, match+MINMATCH, matchlimit);