Searched refs:LZ4_count (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/lib/lz4/ |
D | lz4hc_compress.c | 130 size_t const mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() 148 mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndFindBestMatch() 152 mlt += LZ4_count(ip + mlt, in LZ4HC_InsertAndFindBestMatch() 204 int mlt = MINMATCH + LZ4_count( in LZ4HC_InsertAndGetWiderMatch() 235 mlt = LZ4_count(ip + MINMATCH, in LZ4HC_InsertAndGetWiderMatch() 239 mlt += LZ4_count(ip + mlt, base + dictLimit, in LZ4HC_InsertAndGetWiderMatch()
|
D | lz4_compress.c | 348 matchCode = LZ4_count(ip + MINMATCH, in LZ4_compress_generic() 354 unsigned const int more = LZ4_count(ip, in LZ4_compress_generic() 362 matchCode = LZ4_count(ip + MINMATCH, in LZ4_compress_generic() 641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic()
|
D | lz4defs.h | 195 static FORCE_INLINE unsigned int LZ4_count( in LZ4_count() function
|