| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 139 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local 140 MEM_writeLE24(ostart, lhc); in ZSTD_compressLiterals() 144 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local 145 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals() 149 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local 150 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
|
| H A D | zstd_compress_superblock.c | 106 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressSubBlock_literal() local 107 MEM_writeLE24(ostart, lhc); in ZSTD_compressSubBlock_literal() 111 { U32 const lhc = hType + (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressSubBlock_literal() local 112 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal() 116 { U32 const lhc = hType + (3 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressSubBlock_literal() local 117 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal()
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 214 … { U32 const lhc = hType + ((U32)(!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local 215 MEM_writeLE24(ostart, lhc); in ZSTD_compressLiterals() 220 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local 221 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals() 226 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local 227 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
|
| H A D | zstd_compress_superblock.c | 106 … { U32 const lhc = hType + ((U32)(!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressSubBlock_literal() local 107 MEM_writeLE24(ostart, lhc); in ZSTD_compressSubBlock_literal() 111 { U32 const lhc = hType + (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressSubBlock_literal() local 112 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal() 116 { U32 const lhc = hType + (3 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressSubBlock_literal() local 117 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal()
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | aspeed-lpc.txt | 121 "aspeed,ast2400-lhc"; 122 "aspeed,ast2500-lhc"; 123 "aspeed,ast2600-lhc"; 130 lhc: lhc@a0 { 131 compatible = "aspeed,ast2500-lhc";
|
| /src/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 141 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local 150 litSize = (lhc >> 4) & 0x3FF; in ZSTD_decodeLiteralsBlock() 151 litCSize = (lhc >> 14) & 0x3FF; in ZSTD_decodeLiteralsBlock() 156 litSize = (lhc >> 4) & 0x3FFF; in ZSTD_decodeLiteralsBlock() 157 litCSize = lhc >> 18; in ZSTD_decodeLiteralsBlock() 162 litSize = (lhc >> 4) & 0x3FFFF; in ZSTD_decodeLiteralsBlock() 163 litCSize = (lhc >> 22) + ((size_t)istart[4] << 10); in ZSTD_decodeLiteralsBlock()
|
| /src/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 158 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local 170 litSize = (lhc >> 4) & 0x3FF; in ZSTD_decodeLiteralsBlock() 171 litCSize = (lhc >> 14) & 0x3FF; in ZSTD_decodeLiteralsBlock() 176 litSize = (lhc >> 4) & 0x3FFF; in ZSTD_decodeLiteralsBlock() 177 litCSize = lhc >> 18; in ZSTD_decodeLiteralsBlock() 182 litSize = (lhc >> 4) & 0x3FFFF; in ZSTD_decodeLiteralsBlock() 183 litCSize = (lhc >> 22) + ((size_t)istart[4] << 10); in ZSTD_decodeLiteralsBlock()
|
| /src/sys/contrib/device-tree/src/arm/aspeed/ |
| H A D | aspeed-g5.dtsi | 254 aspeed,external-nodes = <&gfx>, <&lhc>; 509 lhc: lhc@a0 { label 510 compatible = "aspeed,ast2500-lhc";
|
| H A D | aspeed-g4.dtsi | 380 lhc: lhc@a0 { label 381 compatible = "aspeed,ast2400-lhc";
|
| H A D | aspeed-g6.dtsi | 629 lhc: lhc@a0 { label 630 compatible = "aspeed,ast2600-lhc";
|
| /src/contrib/file/magic/Magdir/ |
| H A D | archive | 1726 2 string -lhc-
|