Home
last modified time | relevance | path

Searched refs:pExtDictStart (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_ldm.c190 const BYTE* pExtDictStart, const BYTE* pExtDictEnd) in ZSTD_ldm_countBackwardsMatch_2segments() argument
193 if (pMatch - matchLength != pMatchBase || pMatchBase == pExtDictStart) { in ZSTD_ldm_countBackwardsMatch_2segments()
198 …atchLength += ZSTD_ldm_countBackwardsMatch(pIn - matchLength, pAnchor, pExtDictEnd, pExtDictStart); in ZSTD_ldm_countBackwardsMatch_2segments()