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

/linux-master/include/linux/
H A Dzstd_lib.h1197 unsigned windowLog; /*< largest match distance : larger == more compression, more memory needed during decompression */ member in struct:__anon95
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c1881 const U32 windowLog = ms->cParams.windowLog; local
[all...]
H A Dzstd_compress_internal.h268 U32 windowLog; /* Window log for the LDM */ member in struct:__anon201
[all...]
H A Dzstd_compress.c1213 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize) argument
1972 unsigned const windowLog = params.cParams.windowLog; local
2034 { unsigned const windowLog = params.cParams.windowLog; local
5563 ZSTD_validateSequence(U32 offCode, U32 matchLength, size_t posInSrc, U32 windowLog, size_t dictSize) argument
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c468 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; local

Completed in 169 milliseconds