Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c717 U32 const chainLength = chainPackedPointer & 0xFF; in ZSTD_HcFindBestMatch_generic() local
719 U32 const chainLimit = chainAttempts > chainLength ? chainLength : chainAttempts; in ZSTD_HcFindBestMatch_generic()