Searched refs:nbCompares (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 66 U32 nbCompares, U32 btLow, in ZSTD_insertDUBT1() argument 96 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertDUBT1() 158 U32 nbCompares, in ZSTD_DUBT_findBetterDictMatch() argument 188 while (nbCompares-- && (dictMatchIndex > dictLowLimit)) { in ZSTD_DUBT_findBetterDictMatch() 255 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_DUBT_findBestMatch() local 256 U32 nbCandidates = nbCompares; in ZSTD_DUBT_findBestMatch() 312 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_DUBT_findBestMatch() 334 nbCompares = 0; /* in addition to avoiding checking any in ZSTD_DUBT_findBestMatch() 360 if (dictMode == ZSTD_dictMatchState && nbCompares) { in ZSTD_DUBT_findBestMatch() 363 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch()
|
| H A D | zstd_opt.c | 397 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBt1() local 411 while (nbCompares-- && (matchIndex >= windowLow)) { in ZSTD_insertBt1() 544 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBtAndGetAllMatches() local 642 while (nbCompares-- && (matchIndex >= matchLow)) { in ZSTD_insertBtAndGetAllMatches() 673 … if (dictMode == ZSTD_dictMatchState) nbCompares = 0; /* break should also skip searching dms */ in ZSTD_insertBtAndGetAllMatches() 695 if (dictMode == ZSTD_dictMatchState && nbCompares) { in ZSTD_insertBtAndGetAllMatches() 700 while (nbCompares-- && (dictMatchIndex > dmsLowLimit)) { in ZSTD_insertBtAndGetAllMatches()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 18451 U32 nbCompares, U32 btLow, in ZSTD_insertDUBT1() argument 18481 while (nbCompares-- && (matchIndex > windowLow)) { in ZSTD_insertDUBT1() 18543 U32 nbCompares, in ZSTD_DUBT_findBetterDictMatch() argument 18640 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_DUBT_findBestMatch() local 18641 U32 nbCandidates = nbCompares; in ZSTD_DUBT_findBestMatch() 18747 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch() 20543 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBt1() local 20557 while (nbCompares-- && (matchIndex >= windowLow)) { in ZSTD_insertBt1() 20690 U32 nbCompares = 1U << cParams->searchLog; in ZSTD_insertBtAndGetAllMatches() local 20788 while (nbCompares-- && (matchIndex >= matchLow)) { in ZSTD_insertBtAndGetAllMatches() [all …]
|