Searched refs:repMatchEnd (Results 1 - 3 of 3) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c1553 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; local
1554 matchLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
1596 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; local
1597 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
1632 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; local
1633 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
H A Dzstd_fast.c439 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend; local
440 mLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixStart) + 4;
598 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend; local
599 size_t const rLength = ZSTD_count_2segments(ip+1 +4, repMatch +4, iend, repMatchEnd, prefixStart) + 4;
H A Dzstd_double_fast.c328 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend; local
329 mLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
585 const BYTE* repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend; local
586 mLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixStart) + 4;

Completed in 115 milliseconds