Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c399 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local
400 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal()
401 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize_internal()
402 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize_internal()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c194 BYTE const fhd = ((const BYTE *)src)[4]; in ZSTD_frameHeaderSize() local
195 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()

Completed in 9 milliseconds