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

/u-boot/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.

Completed in 44 milliseconds