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.c241 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_compressBlock_fast_dictMatchState_generic() local
H A Dzstd_lazy.c88 U32 const maxDistance = 1U << cParams->windowLog; in ZSTD_insertDUBT1() local
498 const U32 maxDistance = 1U << cParams->windowLog; in ZSTD_HcFindBestMatch_generic() local
H A Dzstd_compress_internal.h979 U32 const maxDistance = 1U << windowLog; in ZSTD_getLowestMatchIndex() local
992 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