Searched defs:windowLog (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/lib/zstd/compress/ |
D | zstd_compress_internal.h | 204 U32 windowLog; /* Window log for the LDM */ member 1031 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex() 1048 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_matchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
|
D | zstd_compress.c | 1096 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) in ZSTD_dictAndWindowLog() 1773 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local 1833 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local 4441 size_t posInSrc, U32 windowLog, size_t dictSize, U32 minMatch) { in ZSTD_validateSequence()
|
D | zstd_lazy.c | 1222 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
|
/linux-5.19.10/include/linux/ |
D | zstd_lib.h | 1160 …unsigned windowLog; /*< largest match distance : larger == more compression, more memory nee… member
|
/linux-5.19.10/lib/zstd/decompress/ |
D | zstd_decompress.c | 452 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local
|