Home
last modified time | relevance | path

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

/linux/arch/arm/boot/dts/nvidia/
H A DMakefile12 tegra124-nyan-big-fhd.dtb \
/linux/lib/zstd/decompress/
H A Dzstd_decompress.c405 { BYTE const fhd = ((const BYTE*)src)[minInputSize-1]; in ZSTD_frameHeaderSize_internal() local
406 U32 const dictID= fhd & 3; in ZSTD_frameHeaderSize_internal()
407 U32 const singleSegment = (fhd >> 5) & 1; in ZSTD_frameHeaderSize_internal()
408 U32 const fcsId = fhd >> 6; in ZSTD_frameHeaderSize_internal()