Lines Matching refs:bestLength
474 size_t bestLength = 8; in ZSTD_insertBt1() local
527 if (matchLength > bestLength) { in ZSTD_insertBt1()
528 bestLength = matchLength; in ZSTD_insertBt1()
555 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
642 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() local
679 if (repLen > bestLength) { in ZSTD_insertBtAndGetAllMatches()
682 bestLength = repLen; in ZSTD_insertBtAndGetAllMatches()
692 if ((mls == 3) /*static*/ && (bestLength < mls)) { in ZSTD_insertBtAndGetAllMatches()
709 bestLength = mlen; in ZSTD_insertBtAndGetAllMatches()
744 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches()
750 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches()
791 if (matchLength > bestLength) { in ZSTD_insertBtAndGetAllMatches()
797 bestLength = matchLength; in ZSTD_insertBtAndGetAllMatches()