Searched refs:fhd (Results 1 – 1 of 1) sorted by relevance
194 BYTE const fhd = ((const BYTE *)src)[4]; in ZSTD_frameHeaderSize() local195 U32 const dictID = fhd & 3; in ZSTD_frameHeaderSize()196 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize()197 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize()