Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_lazy.c743 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch() local
752 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch()
1289 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_RowFindBestMatch() local
1305 if (matchIndex < dmsLowestIndex) in ZSTD_RowFindBestMatch()
1316 assert(matchIndex >= dmsLowestIndex); in ZSTD_RowFindBestMatch()