Searched refs:lengthToBeat (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_opt.c | 599 const U32 lengthToBeat, in ZSTD_insertBtAndGetAllMatches() argument 642 size_t bestLength = lengthToBeat-1; in ZSTD_insertBtAndGetAllMatches() 829 U32 const lengthToBeat); 841 U32 const lengthToBeat, in ZSTD_btGetAllMatches_internal() argument 850 …ndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, mls); in ZSTD_btGetAllMatches_internal() 864 U32 const lengthToBeat) \ 868 rep, ll0, lengthToBeat, ZSTD_##dictMode, mls); \
|