Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c752 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local
761 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c18924 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local
18933 for ( ; (matchIndex>dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()