Home
last modified time | relevance | path

Searched defs:matchBase (Results 1 – 3 of 3) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_fast.c586 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c567 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c1654 { const BYTE* const matchBase = (sequence.offset > prefetchPos) ? dictEnd : prefixStart; local