Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h350 U32 windowLog; /* Window log for the LDM */ member
1387 MEM_STATIC U32 ZSTD_getLowestMatchIndex(const ZSTD_MatchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestMatchIndex()
1404 MEM_STATIC U32 ZSTD_getLowestPrefixIndex(const ZSTD_MatchState_t* ms, U32 curr, unsigned windowLog) in ZSTD_getLowestPrefixIndex()
H A Dzstd_compress.c1375 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) in ZSTD_dictAndWindowLog()
2261 unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byAttachingCDict() local
2340 { unsigned const windowLog = params.cParams.windowLog; in ZSTD_resetCCtx_byCopyingCDict() local
6396 size_t posInSrc, U32 windowLog, size_t dictSize, int useSequenceProducer) in ZSTD_validateSequence()
H A Dzstd_lazy.c1955 const U32 windowLog = ms->cParams.windowLog; in ZSTD_compressBlock_lazy_extDict_generic() local
/linux/include/linux/
H A Dzstd_lib.h1320 …unsigned windowLog; /*< largest match distance : larger == more compression, more memory nee… member
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c500 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_advanced() local