/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v06.h | 97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
|
H A D | zstd_v05.h | 88 U32 windowLog; /* the only useful information to retrieve */ member
|
H A D | zstd_v04.c | 257 …U32 windowLog; /* largest match distance : larger == more compression, more memory needed duri… member
|
H A D | zstd_v07.c | 3184 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; in ZSTDv07_getFrameParams() local
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 181 U32 windowLog; /* Window log for the LDM */ member 976 …M_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) in ZSTD_getLowestMatchIndex() 989 …_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
|
H A D | zstd_lazy.c | 946 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
|
H A D | zstd_compress.c | 1637 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local 1688 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 274 U32 windowLog; /* Window log for the LDM */ member 1298 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex() 1315 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
|
H A D | zstd_compress.c | 1282 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) in ZSTD_dictAndWindowLog() 2051 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local 2113 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local 5764 size_t posInSrc, U32 windowLog, size_t dictSize) in ZSTD_validateSequence()
|
H A D | zstd_lazy.c | 1883 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 1121 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 1216 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.c | 1374 int windowLog; in FIO_compressZstdFrame() local 2201 … unsigned const windowLog = FIO_highbit64(windowSize) + ((windowSize & (windowSize - 1)) != 0); in FIO_zstdErrorHelp() local
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 287 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 485 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
|