Searched refs:dmsLowestIndex (Results 1 – 2 of 2) sorted by relevance
752 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local761 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()
18924 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local18933 for ( ; (matchIndex>dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()