Searched refs:dmsLowestIndex (Results 1 – 2 of 2) sorted by relevance
722 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch() local731 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch()1260 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_RowFindBestMatch() local1275 if (matchIndex < dmsLowestIndex) in ZSTD_RowFindBestMatch()1285 assert(matchIndex >= dmsLowestIndex); in ZSTD_RowFindBestMatch()
540 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch_generic() local549 for ( ; (matchIndex>dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch_generic()