Searched refs:wlByte (Results 1 – 1 of 1) sorted by relevance
246 BYTE const wlByte = ip[pos++]; in ZSTD_getFrameParams() local247 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameParams()251 windowSize += (windowSize >> 3) * (wlByte & 7); in ZSTD_getFrameParams()