Searched refs:skipStrength (Results 1 – 1 of 1) sorted by relevance
486 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local501 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()509 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()677 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local690 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()698 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()