Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dzstd_compress_literals.c138 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local
143 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local
148 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local
A Dzstd_compress_superblock.c385 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressSubBlock_literal() local
390 { U32 const lhc = hType + (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressSubBlock_literal() local
395 { U32 const lhc = hType + (3 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressSubBlock_literal() local
/linux/arch/arm/boot/dts/
A Daspeed-g6.dtsi563 lhc: lhc@a0 { label
A Daspeed-g4.dtsi369 lhc: lhc@a0 { label
A Daspeed-g5.dtsi500 lhc: lhc@a0 { label
/linux/lib/zstd/decompress/
A Dzstd_decompress_block.c100 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local

Completed in 15 milliseconds