Home
last modified time | relevance | path

Searched refs:LZ4_minLength (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c42 static const int LZ4_minLength = (MFLIMIT + 1); variable
234 if (inputSize < LZ4_minLength) { in LZ4_compress_generic()
559 if (*srcSizePtr < LZ4_minLength) in LZ4_compress_destSize_generic()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c42 static const int LZ4_minLength = (MFLIMIT + 1); variable
234 if (inputSize < LZ4_minLength) { in LZ4_compress_generic()
559 if (*srcSizePtr < LZ4_minLength) in LZ4_compress_destSize_generic()

Completed in 3 milliseconds