Searched refs:bestLength (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.c | 157 size_t bestLength, in ZSTD_DUBT_findBetterDictMatch() argument 196 if (matchLength > bestLength) { in ZSTD_DUBT_findBetterDictMatch() 220 if (bestLength >= MINMATCH) { in ZSTD_DUBT_findBetterDictMatch() 223 curr, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBetterDictMatch() 225 return bestLength; in ZSTD_DUBT_findBetterDictMatch() 307 size_t bestLength = 0; in ZSTD_DUBT_findBestMatch() local 327 if (matchLength > bestLength) { in ZSTD_DUBT_findBestMatch() 361 bestLength = ZSTD_DUBT_findBetterDictMatch( in ZSTD_DUBT_findBestMatch() 363 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch() 369 if (bestLength >= MINMATCH) { in ZSTD_DUBT_findBestMatch() [all …]
|
| H A D | zstd_opt.c | 396 size_t bestLength = 8; in ZSTD_insertBt1() local 448 if (matchLength > bestLength) { in ZSTD_insertBt1() 449 bestLength = matchLength; in ZSTD_insertBt1() 476 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 559 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() local 596 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches() 599 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches() 626 bestLength = mlen; in ZSTD_insertBtAndGetAllMatches() 661 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches() 667 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 18542 size_t bestLength, in ZSTD_DUBT_findBetterDictMatch() argument 18605 if (bestLength >= MINMATCH) { in ZSTD_DUBT_findBetterDictMatch() 18610 return bestLength; in ZSTD_DUBT_findBetterDictMatch() 18691 size_t bestLength = 0; in ZSTD_DUBT_findBestMatch() local 18753 if (bestLength >= MINMATCH) { in ZSTD_DUBT_findBestMatch() 18758 return bestLength; in ZSTD_DUBT_findBestMatch() 20542 size_t bestLength = 8; in ZSTD_insertBt1() local 20595 bestLength = matchLength; in ZSTD_insertBt1() 20622 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1() 20745 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches() [all …]
|