Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lz4/
H A Dlz4.c579 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compressCtx() local
587 int step = findMatchAttempts++ >> skipStrength; in LZ4_compressCtx()
772 int findMatchAttempts = (1U << skipStrength) + 3; in LZ4_compress64kCtx() local
780 int step = findMatchAttempts++ >> skipStrength; in LZ4_compress64kCtx()