Home
last modified time | relevance | path

Searched refs:lengthToBeat (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/lib/zstd/compress/
Dzstd_opt.c563 const U32 lengthToBeat, in ZSTD_insertBtAndGetAllMatches() argument
606 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches()
793 U32 const lengthToBeat);
803 U32 const lengthToBeat, in ZSTD_btGetAllMatches_internal() argument
812 …ndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, mls); in ZSTD_btGetAllMatches_internal()
826 U32 const lengthToBeat) \
830 rep, ll0, lengthToBeat, ZSTD_##dictMode, mls); \