Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dlz4.c538 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local
553 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()
561 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()
733 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local
746 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()
754 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()