Searched defs:matchBase (Results 1 – 2 of 2) sorted by relevance
648 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1720 { const BYTE* const matchBase = (sequence.offset > prefetchPos) ? dictEnd : prefixStart; in ZSTD_prefetchMatch() local