Lines Matching refs:nbCompares
18449 U32 nbCompares, U32 btLow, in ZSTD_insertDUBT1() argument
18479 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertDUBT1()
18541 U32 nbCompares, in ZSTD_DUBT_findBetterDictMatch() argument
18571 while (nbCompares-- && (dictMatchIndex > dictLowLimit)) { in ZSTD_DUBT_findBetterDictMatch()
18638 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_DUBT_findBestMatch() local
18639 U32 nbCandidates = nbCompares; in ZSTD_DUBT_findBestMatch()
18694 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_DUBT_findBestMatch()
18716 nbCompares = 0; /* in addition to avoiding checking any in ZSTD_DUBT_findBestMatch()
18742 if (dictMode == ZSTD_dictMatchState && nbCompares) { in ZSTD_DUBT_findBestMatch()
18745 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch()
20541 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBt1() local
20555 while (nbCompares-- && (matchIndex >= windowLow)) { in ZSTD_insertBt1()
20688 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBtAndGetAllMatches() local
20786 while (nbCompares-- && (matchIndex >= matchLow)) { in ZSTD_insertBtAndGetAllMatches()
20817 … if (dictMode == ZSTD_dictMatchState) nbCompares = 0; /* break should also skip searching dms */ in ZSTD_insertBtAndGetAllMatches()
20839 if (dictMode == ZSTD_dictMatchState && nbCompares) { in ZSTD_insertBtAndGetAllMatches()
20844 while (nbCompares-- && (dictMatchIndex > dmsLowLimit)) { in ZSTD_insertBtAndGetAllMatches()