Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c722 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_HcFindBestMatch() local
731 for ( ; (matchIndex>=dmsLowestIndex) & (nbAttempts>0) ; nbAttempts--) { in ZSTD_HcFindBestMatch()
1251 const U32 dmsLowestIndex = dms->window.dictLimit; in ZSTD_RowFindBestMatch() local
1266 if (matchIndex < dmsLowestIndex) in ZSTD_RowFindBestMatch()
1276 assert(matchIndex >= dmsLowestIndex); in ZSTD_RowFindBestMatch()