Home
last modified time | relevance | path

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

/Linux-v6.6/lib/zstd/compress/
Dzstd_compress_literals.c139 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local
144 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local
149 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local
Dzstd_compress_superblock.c106 … { U32 const lhc = hType + ((!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-v6.6/arch/arm/boot/dts/aspeed/
Daspeed-g6.dtsi648 lhc: lhc@a0 { label
Daspeed-g4.dtsi377 lhc: lhc@a0 { label
Daspeed-g5.dtsi516 lhc: lhc@a0 { label
/Linux-v6.6/lib/zstd/decompress/
Dzstd_decompress_block.c141 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local