Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c223 static const int LZ4_minLength = (MFLIMIT + 1); variable
1221 if (inputSize < LZ4_minLength) in LZ4_compress_generic_validated()