Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c551 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_lazy.c542 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch_generic() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c724 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_HcFindBestMatch() local
1262 const BYTE* const dmsEnd = dms->window.nextSrc; in ZSTD_RowFindBestMatch() local
H A Dzstd_opt.c597 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches() local