Searched refs:dmsLowestIndex (Results 1 – 1 of 1) sorted by relevance
743 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch() local752 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch()1289 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_RowFindBestMatch() local1305 if (matchIndex < dmsLowestIndex) in ZSTD_RowFindBestMatch()1316 assert(matchIndex >= dmsLowestIndex); in ZSTD_RowFindBestMatch()