Searched refs:dmsLowestIndex (Results 1 – 1 of 1) sorted by relevance
722 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch() local731 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch()1251 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_RowFindBestMatch() local1266 if (matchIndex < dmsLowestIndex) in ZSTD_RowFindBestMatch()1276 assert(matchIndex >= dmsLowestIndex); in ZSTD_RowFindBestMatch()