Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_literals.c214 … { U32 const lhc = hType + ((U32)(!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local
220 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local
226 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local
H A Dzstd_compress_superblock.c106 … { U32 const lhc = hType + ((U32)(!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressSubBlock_literal() local
111 { U32 const lhc = hType + (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressSubBlock_literal() local
116 { U32 const lhc = hType + (3 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressSubBlock_literal() local
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-g6.dtsi629 lhc: lhc@a0 { label
H A Daspeed-g4.dtsi380 lhc: lhc@a0 { label
H A Daspeed-g5.dtsi509 lhc: lhc@a0 { label
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c158 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local