Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19678 const BYTE* pMatch, const BYTE* pBase) in ZSTD_ldm_countBackwardsMatch() argument
19681 while (pIn > pAnchor && pMatch > pBase && pIn[-1] == pMatch[-1]) { in ZSTD_ldm_countBackwardsMatch()