Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/compress/
Dlz77.c19 #define LZ77_MATCH_MIN_LEN 4 macro
165 if (len < LZ77_MATCH_MIN_LEN) { in lz77_compress()