Searched refs:matchEnd (Results 1 - 4 of 4) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c413 BYTE const* const matchEnd = local
418 ZSTD_count_2segments(split, pMatch, iend, matchEnd, lowPrefixPtr);
H A Dzstd_fast.c611 { const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; local
614 size_t mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
H A Dzstd_double_fast.c591 const BYTE* const matchEnd = matchLongIndex < prefixStartIndex ? dictEnd : iend; local
594 mLength = ZSTD_count_2segments(ip+8, matchLong+8, iend, matchEnd, prefixStart) + 8;
609 const BYTE* const matchEnd = matchIndex3 < prefixStartIndex ? dictEnd : iend; local
611 mLength = ZSTD_count_2segments(ip+9, match3+8, iend, matchEnd, prefixStart) + 8;
616 const BYTE* const matchEnd = matchIndex < prefixStartIndex ? dictEnd : iend; local
618 mLength = ZSTD_count_2segments(ip+4, match+4, iend, matchEnd, prefixStart) + 4;
/linux-master/lib/lz4/
H A Dlz4_decompress.c389 const BYTE * const matchEnd = match + mlen; local
392 if (matchEnd > op) {

Completed in 168 milliseconds