Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_fast.c586 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_double_fast.c567 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local
/kernel/linux/linux-6.6/lib/zstd/decompress/
Dzstd_decompress_block.c1654 { const BYTE* const matchBase = (sequence.offset > prefetchPos) ? dictEnd : prefixStart; local
/kernel/linux/linux-5.10/lib/zstd/
Dcompress.c1139 const BYTE *matchBase = matchIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_fast_extDict_generic() local
1420 const BYTE *matchBase = matchIndex < dictLimit ? dictBase : base; in ZSTD_compressBlock_doubleFast_extDict_generic() local