Home
last modified time | relevance | path

Searched defs:windowLog (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.h97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
H A Dzstd_v05.h88 U32 windowLog; /* the only useful information to retrieve */ member
H A Dzstd_v04.c260 …U32 windowLog; /* largest match distance : larger == more compression, more memory needed duri… member
H A Dzstd_v07.c3188 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; in ZSTDv07_getFrameParams() local
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h201 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()
H A Dzstd_compress.c1148 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()
H A Dzstd_lazy.c1220 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1146 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
H A Dzstd.c4206 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
10092 U32 windowLog; /* Window log for the LDM */ member
10887 …M_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) in ZSTD_getLowestMatchIndex()
10900 …_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 current, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
14721 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local
14772 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local
19331 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
23419 U32 windowLog; /* the only useful information to retrieve */ member
23594 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
24793 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1164 …unsigned windowLog; /**< largest match distance : larger == more compression, more memory ne… member
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c295 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c2069 … unsigned const windowLog = FIO_highbit64(windowSize) + ((windowSize & (windowSize - 1)) != 0); in FIO_zstdErrorHelp() local