Lines Matching refs:nbCompares
66 U32 nbCompares, U32 btLow,
96 for (; nbCompares && (matchIndex > windowLow); --nbCompares) {
158 U32 nbCompares,
188 for (; nbCompares && (dictMatchIndex > dictLowLimit); --nbCompares) {
255 U32 nbCompares = 1U << cParams->searchLog;
256 U32 nbCandidates = nbCompares;
312 for (; nbCompares && (matchIndex > windowLow); --nbCompares) {
334 nbCompares = 0; /* in addition to avoiding checking any
360 assert(nbCompares <= (1U << ZSTD_SEARCHLOG_MAX)); /* Check we haven't underflowed. */
361 if (dictMode == ZSTD_dictMatchState && nbCompares) {
364 offsetPtr, bestLength, nbCompares,