Home
last modified time | relevance | path

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

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