Home
last modified time | relevance | path

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

/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Daspeed-g6.dtsi520 lhc: lhc@20 { label
Daspeed-g4.dtsi377 lhc: lhc@20 { label
Daspeed-g5.dtsi505 lhc: lhc@20 { label
/kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/
Daspeed-g6.dtsi650 lhc: lhc@a0 { label
Daspeed-g4.dtsi377 lhc: lhc@a0 { label
Daspeed-g5.dtsi517 lhc: lhc@a0 { label
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/lib/zstd/decompress/
Dzstd_decompress_block.c141 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local