Home
last modified time | relevance | path

Searched defs:lhc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/arm/boot/dts/
Daspeed-g4.dtsi359 lhc: lhc@20 { label
Daspeed-g5.dtsi452 lhc: lhc@20 { label
/Linux-v5.4/lib/zstd/
Dcompress.c531 U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 14); in ZSTD_compressLiterals() local
537 U32 const lhc = hType + (2 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 18); in ZSTD_compressLiterals() local
544 U32 const lhc = hType + (3 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 22); in ZSTD_compressLiterals() local
Ddecompress.c453 U32 const lhc = ZSTD_readLE32(istart); in ZSTD_decodeLiteralsBlock() local