Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3139 { BYTE const fhd = ((const BYTE*)src)[4]; in ZSTDv07_frameHeaderSize() local
3140 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c24724 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local
24725 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()