Home
last modified time | relevance | path

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

/linux-4.4.14/lib/lz4/
Dlz4_compress.c73 const int skipstrength = SKIPSTRENGTH; in lz4_compressctx() local
90 int findmatchattempts = (1U << skipstrength) + 3; in lz4_compressctx()
98 int step = findmatchattempts++ >> skipstrength; in lz4_compressctx()
255 const int skipstrength = SKIPSTRENGTH; in lz4_compress64kctx() local
271 int findmatchattempts = (1U << skipstrength) + 3; in lz4_compress64kctx()
279 int step = findmatchattempts++ >> skipstrength; in lz4_compress64kctx()