Searched refs:fhdByte (Results 1 – 1 of 1) sorted by relevance
233 BYTE const fhdByte = ip[4]; in ZSTD_getFrameParams() local235 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()