Home
last modified time | relevance | path

Searched defs:maxDistance (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c240 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local
H A Dzstd_lazy.c87 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local
497 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch_generic() local
H A Dzstd_compress_internal.h978 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local
991 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestPrefixIndex() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c405 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local
H A Dzstd_lazy.c87 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local
664 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch() local
1147 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_RowFindBestMatch() local
H A Dzstd_compress_internal.h1300 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local
1317 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestPrefixIndex() local