Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDlz4.c487 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local
502 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()
510 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()
682 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local
695 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()
703 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()