Lines Matching refs:bestLength
408 size_t bestLength = 8; in ZSTD_insertBt1() local
460 if (matchLength > bestLength) { in ZSTD_insertBt1()
461 bestLength = matchLength; in ZSTD_insertBt1()
488 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
571 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() local
608 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches()
611 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches()
621 if ((mls == 3) /*static*/ && (bestLength < mls)) { in ZSTD_insertBtAndGetAllMatches()
638 bestLength = mlen; in ZSTD_insertBtAndGetAllMatches()
673 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches()
679 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches()
721 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches()
727 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches()