Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c65 U32 nbCompares, U32 btLow, int extDict) in ZSTD_insertDUBT1() argument
90 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertDUBT1()
165 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_DUBT_findBestMatch() local
166 U32 nbCandidates = nbCompares; in ZSTD_DUBT_findBestMatch()
219 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_DUBT_findBestMatch()
H A Dzstd_opt.c298 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBt1() local
311 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBt1()
434 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBtAndGetAllMatches() local
505 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBtAndGetAllMatches()