Searched refs:wlByte (Results 1 – 2 of 2) sorted by relevance
354 BYTE const wlByte = ip[pos++]; in ZSTD_getFrameHeader_internal() local355 U32 const windowLog = (wlByte >> 3) + ZSTD_WINDOWLOG_ABSOLUTEMIN; in ZSTD_getFrameHeader_internal()359 windowSize += (windowSize >> 3) * (wlByte&7); in ZSTD_getFrameHeader_internal()
3180 BYTE const wlByte = ip[pos++]; in ZSTDv07_getFrameParams() local3181 U32 const windowLog = (wlByte >> 3) + ZSTDv07_WINDOWLOG_ABSOLUTEMIN; in ZSTDv07_getFrameParams()3184 windowSize += (windowSize >> 3) * (wlByte&7); in ZSTDv07_getFrameParams()