Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c226 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local
227 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal()
228 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize_internal()
229 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize_internal()