Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h979 U32 const lowestValid = ms->window.lowLimit; in ZSTD_getLowestMatchIndex() local
992 U32 const lowestValid = ms->window.dictLimit; in ZSTD_getLowestPrefixIndex() local
H A Dzstd_lazy.c498 const U32 lowestValid = ms->window.lowLimit; in ZSTD_HcFindBestMatch_generic() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1301 U32 const lowestValid = ms->window.lowLimit; in ZSTD_getLowestMatchIndex() local
1318 U32 const lowestValid = ms->window.dictLimit; in ZSTD_getLowestPrefixIndex() local
H A Dzstd_lazy.c665 const U32 lowestValid = ms->window.lowLimit; in ZSTD_HcFindBestMatch() local
1148 const U32 lowestValid = ms->window.lowLimit; in ZSTD_RowFindBestMatch() local