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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c1654 { const BYTE* const matchBase = (sequence.offset > prefetchPos) ? dictEnd : prefixStart; local
1655 const BYTE* const match = matchBase + prefetchPos - sequence.offset; /* note : this operation can overflow when seq.offset is really too large, which can only happen when input is corrupted.
/linux-master/lib/zstd/compress/
H A Dzstd_fast.c586 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; local
587 const BYTE* match = matchBase + matchIndex;
H A Dzstd_double_fast.c567 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; local
568 const BYTE* match = matchBase + matchIndex;

Completed in 139 milliseconds