Lines Matching refs:bestLength
442 size_t bestLength = 8; in ZSTD_insertBt1() local
495 if (matchLength > bestLength) { in ZSTD_insertBt1()
496 bestLength = matchLength; in ZSTD_insertBt1()
523 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
606 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() local
643 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches()
646 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches()
656 if ((mls == 3) /*static*/ && (bestLength < mls)) { in ZSTD_insertBtAndGetAllMatches()
673 bestLength = mlen; in ZSTD_insertBtAndGetAllMatches()
708 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches()
714 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches()
755 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches()
761 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches()