Home
last modified time | relevance | path

Searched refs:fhdByte (Results 1 – 1 of 1) sorted by relevance

/lib/zstd/
Ddecompress.c233 BYTE const fhdByte = ip[4]; in ZSTD_getFrameParams() local
235 U32 const dictIDSizeCode = fhdByte & 3; in ZSTD_getFrameParams()
236 U32 const checksumFlag = (fhdByte >> 2) & 1; in ZSTD_getFrameParams()
237 U32 const singleSegment = (fhdByte >> 5) & 1; in ZSTD_getFrameParams()
238 U32 const fcsID = fhdByte >> 6; in ZSTD_getFrameParams()
243 if ((fhdByte & 0x08) != 0) in ZSTD_getFrameParams()