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

/lib/lz4/
H A Dlz4_compress.c90 int findmatchattempts = (1U << skipstrength) + 3; local
98 int step = findmatchattempts++ >> skipstrength;
271 int findmatchattempts = (1U << skipstrength) + 3; local
279 int step = findmatchattempts++ >> skipstrength;

Completed in 152 milliseconds