Searched refs:matchBase (Results 1 – 6 of 6) sorted by relevance
412 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local413 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_fast_extDict_generic()
397 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local398 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
586 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local587 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_fast_extDict_generic()
567 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local568 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_doubleFast_extDict_generic()
1121 { const BYTE* const matchBase = (sequence.offset > prefixPos) ? dictEnd : prefixStart; in ZSTD_prefetchMatch() local1122 …const BYTE* const match = matchBase + prefixPos - sequence.offset; /* note : this operation can o… in ZSTD_prefetchMatch()
1654 { const BYTE* const matchBase = (sequence.offset > prefetchPos) ? dictEnd : prefixStart; local1655 …const BYTE* const match = matchBase + prefetchPos - sequence.offset; /* note : this operation can …