Searched defs:LZ4_count (Results 1 - 1 of 1) sorted by relevance

/external/lz4/lib/
H A Dlz4.c394 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit) function
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);

Completed in 67 milliseconds