Home
last modified time | relevance | path

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

/external/u-boot/lib/zstd/
Ddecompress.c223 BYTE const fhdByte = ip[4]; in ZSTD_getFrameParams() local
225 U32 const dictIDSizeCode = fhdByte & 3; in ZSTD_getFrameParams()
226 U32 const checksumFlag = (fhdByte >> 2) & 1; in ZSTD_getFrameParams()
227 U32 const singleSegment = (fhdByte >> 5) & 1; in ZSTD_getFrameParams()
228 U32 const fcsID = fhdByte >> 6; in ZSTD_getFrameParams()
233 if ((fhdByte & 0x08) != 0) in ZSTD_getFrameParams()