Home
last modified time | relevance | path

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

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