Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c788 unsigned LZ4_count(const BYTE *pIn, const BYTE *pMatch, const BYTE *pInLimit) in LZ4_count() function
1425 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()