Searched refs:skipstrength (Results 1 – 1 of 1) sorted by relevance
73 const int skipstrength = SKIPSTRENGTH; in lz4_compressctx() local90 int findmatchattempts = (1U << skipstrength) + 3; in lz4_compressctx()98 int step = findmatchattempts++ >> skipstrength; in lz4_compressctx()255 const int skipstrength = SKIPSTRENGTH; in lz4_compress64kctx() local271 int findmatchattempts = (1U << skipstrength) + 3; in lz4_compress64kctx()279 int step = findmatchattempts++ >> skipstrength; in lz4_compress64kctx()