Searched refs:lengthToBeat (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/zstd/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); \
|