Searched refs:lhc (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | aspeed-bmc-intel-s2600wf.dts | 122 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-inspur-on5263m5.dts | 127 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-arm-centriq2400-rep.dts | 215 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-arm-stardragon4800-rep2.dts | 204 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-g6.dtsi | 441 lhc: lhc@20 { label 442 compatible = "aspeed,ast2600-lhc";
|
| D | aspeed-g5.dtsi | 234 aspeed,external-nodes = <&gfx>, <&lhc>; 483 lhc: lhc@20 { label 484 compatible = "aspeed,ast2500-lhc";
|
| D | aspeed-bmc-opp-lanyang.dts | 267 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-g4.dtsi | 364 lhc: lhc@20 { label 365 compatible = "aspeed,ast2400-lhc";
|
| D | aspeed-bmc-opp-romulus.dts | 264 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-opp-witherspoon.dts | 625 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-opp-zaius.dts | 469 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-inspur-fp5280g2.dts | 784 aspeed,external-nodes = <&gfx &lhc>;
|
| D | aspeed-bmc-opp-swift.dts | 942 aspeed,external-nodes = <&gfx &lhc>;
|
| /freebsd-12-stable/sys/contrib/zstd/lib/decompress/ |
| D | zstd_decompress.c | 566 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local 573 litSize = (lhc >> 4) & 0x3FF; in ZSTD_decodeLiteralsBlock() 574 litCSize = (lhc >> 14) & 0x3FF; in ZSTD_decodeLiteralsBlock() 579 litSize = (lhc >> 4) & 0x3FFF; in ZSTD_decodeLiteralsBlock() 580 litCSize = lhc >> 18; in ZSTD_decodeLiteralsBlock() 585 litSize = (lhc >> 4) & 0x3FFFF; in ZSTD_decodeLiteralsBlock() 586 litCSize = (lhc >> 22) + (istart[4] << 10); in ZSTD_decodeLiteralsBlock()
|
| /freebsd-12-stable/sys/contrib/zstd/lib/compress/ |
| D | zstd_compress.c | 1424 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local 1425 MEM_writeLE24(ostart, lhc); in ZSTD_compressLiterals() 1429 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local 1430 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals() 1434 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local 1435 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | archive | 1354 2 string -lhc-
|