Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c494 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local
509 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()
517 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()
684 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local
697 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()
705 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c494 const int skipStrength = SKIPSTRENGTH; in LZ4_compressCtx() local
509 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx()
517 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()
689 const int skipStrength = SKIPSTRENGTH; in LZ4_compress64kCtx() local
702 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx()
710 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()