Searched defs:windowLog (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.h97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member in struct:ZSTDv06_frameParams_s
H A Dzstd_v05.h88 U32 windowLog; /* the only useful information to retrieve */ member in struct:__anon247
H A Dzstd_v04.c257 U32 windowLog; /* largest match distance : larger == more compression, more memory needed during decompression */ member in struct:__anon212
H A Dzstd_v07.c3184 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; local
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c946 const U32 windowLog = ms->cParams.windowLog; local
[all...]
H A Dzstd_compress_internal.h181 U32 windowLog; /* Window log for the LDM */ member in struct:__anon191
976 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) argument
989 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) argument
[all...]
H A Dzstd_compress.c1637 unsigned const windowLog = params.cParams.windowLog; local
1688 { unsigned const windowLog = params.cParams.windowLog; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1121 unsigned windowLog; /**< largest match distance : larger == more compression, more memory needed during decompression */ member in struct:__anon228
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c287 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; local
/freebsd-current/sys/contrib/zstd/lib/
H A Dzstd.h1216 unsigned windowLog; /**< largest match distance : larger == more compression, more memory needed during decompression */ member in struct:__anon304
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1883 const U32 windowLog = ms->cParams.windowLog; local
[all...]
H A Dzstd_compress_internal.h274 U32 windowLog; /* Window log for the LDM */ member in struct:__anon99
[all...]
H A Dzstd_compress.c1282 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) argument
2051 unsigned const windowLog = params.cParams.windowLog; local
2113 { unsigned const windowLog = params.cParams.windowLog; local
5763 ZSTD_validateSequence(U32 offCode, U32 matchLength, size_t posInSrc, U32 windowLog, size_t dictSize) argument
[all...]
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c485 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; local
/freebsd-current/sys/contrib/zstd/programs/
H A Dfileio.c1374 int windowLog; local
2201 unsigned const windowLog = FIO_highbit64(windowSize) + ((windowSize & (windowSize - 1)) != 0); local
[all...]

Completed in 320 milliseconds