Searched refs:fhd (Results 1 – 3 of 3) sorted by relevance
226 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local227 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()
3139 { BYTE const fhd = ((const BYTE*)src)[4]; in ZSTDv07_frameHeaderSize() local3140 U32 const dictID= fhd & 3; in ZSTDv07_frameHeaderSize()3141 U32 const directMode = (fhd >> 5) & 1; in ZSTDv07_frameHeaderSize()3142 U32 const fcsId = fhd >> 6; in ZSTDv07_frameHeaderSize()
24724 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local24725 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal()24726 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize_internal()24727 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize_internal()