Searched refs:nbCompares (Results 1 – 2 of 2) sorted by relevance
65 U32 nbCompares, U32 btLow, int extDict) in ZSTD_insertDUBT1() argument90 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertDUBT1()165 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_DUBT_findBestMatch() local166 U32 nbCandidates = nbCompares; in ZSTD_DUBT_findBestMatch()219 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_DUBT_findBestMatch()
298 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBt1() local311 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBt1()434 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBtAndGetAllMatches() local505 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertBtAndGetAllMatches()