Searched defs:windowLog (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/sys/contrib/zstd/lib/legacy/ |
| HD | zstd_v06.h | 97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
|
| HD | zstd_v05.h | 88 U32 windowLog; /* the only useful information to retrieve */ member
|
| HD | zstd_v04.c | 260 …U32 windowLog; /* largest match distance : larger == more compression, more memory needed duri… member
|
| HD | zstd_v07.c | 3188 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; in ZSTDv07_getFrameParams() local
|
| /freebsd-13-stable/sys/contrib/zstd/lib/compress/ |
| HD | zstd_compress_internal.h | 201 U32 windowLog; /* Window log for the LDM */ member 1048 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex() 1065 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
|
| HD | zstd_compress.c | 1148 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) in ZSTD_dictAndWindowLog() 1815 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local 1874 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local 4543 size_t posInSrc, U32 windowLog, size_t dictSize, U32 minMatch) { in ZSTD_validateSequence()
|
| HD | zstd_lazy.c | 1220 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/ |
| HD | zstd.h | 1146 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
|
| HD | zstd.c | 4206 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member 10090 U32 windowLog; /* Window log for the LDM */ member 10885 …M_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) in ZSTD_getLowestMatchIndex() 10898 …_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) in ZSTD_getLowestPrefixIndex() 14719 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local 14770 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local 19329 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local 23417 U32 windowLog; /* the only useful information to retrieve */ member 23592 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member 24791 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
|
| /freebsd-13-stable/sys/contrib/zstd/lib/ |
| HD | zstd.h | 1164 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
|
| /freebsd-13-stable/sys/contrib/zstd/lib/decompress/ |
| HD | zstd_decompress.c | 295 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
|
| /freebsd-13-stable/sys/contrib/zstd/programs/ |
| HD | fileio.c | 2069 … unsigned const windowLog = FIO_highbit64(windowSize) + ((windowSize & (windowSize - 1)) != 0); in FIO_zstdErrorHelp() local
|