Searched refs:matchEnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c420 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; local
423 mLength = ZSTD_count_2segments(ip+8, matchLong+8, iend, matchEnd, prefixStart) + 8;
438 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; local
440 mLength = ZSTD_count_2segments(ip+9, match3+8, iend, matchEnd, prefixStart) + 8;
445 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; local
447 mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
H A Dzstd_ldm.c341 BYTE const* const matchEnd = local
348 matchEnd, lowPrefixPtr);
H A Dzstd_fast.c436 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; local
439 size_t mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17784 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; local
17787 mLength = ZSTD_count_2segments(ip+8, matchLong+8, iend, matchEnd, prefixStart) + 8;
17802 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; local
17804 mLength = ZSTD_count_2segments(ip+9, match3+8, iend, matchEnd, prefixStart) + 8;
17809 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; local
17811 mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
18323 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; local
18326 size_t mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
19852 BYTE const* const matchEnd = local
19859 matchEnd, lowPrefixPt
[all...]

Completed in 301 milliseconds