Searched refs:skipStrength (Results 1 – 2 of 2) sorted by relevance
494 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local509 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()517 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()684 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local697 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()705 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()
494 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local509 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()517 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()689 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local702 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()710 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()