Searched refs:matchBase (Results 1 – 3 of 3) sorted by relevance
171 const BYTE* matchBase = matchIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local172 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_fast_extDict_generic()
208 const BYTE* matchBase = matchIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local209 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
1472 … const BYTE* const matchBase = (seq.offset > pos) ? seqState->dictEnd : seqState->prefixStart; in ZSTD_decodeSequenceLong() local1473 …seq.match = matchBase + pos - seq.offset; /* note : this operation can overflow when seq.offset i… in ZSTD_decodeSequenceLong()