Searched refs:LZ4_count (Results 1 – 1 of 1) sorted by relevance
788 unsigned LZ4_count(const BYTE *pIn, const BYTE *pMatch, const BYTE *pInLimit) in LZ4_count() function1425 matchCode = LZ4_count(ip + MINMATCH, match + MINMATCH, limit); in LZ4_compress_generic_validated()1429 unsigned const more = LZ4_count(limit, (const BYTE *)source, matchlimit); in LZ4_compress_generic_validated()1437 matchCode = LZ4_count(ip + MINMATCH, match + MINMATCH, matchlimit); in LZ4_compress_generic_validated()