Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dzstd.h146 unsigned int windowLog; member
/linux-5.10/lib/zstd/
Ddecompress.c247 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameParams() local