Searched refs:lengthToBeat (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 563 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); \
|
| /src/sys/contrib/openzfs/module/zstd/lib/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); \
|