Home
last modified time | relevance | path

Searched refs:lhc (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/sys/gnu/dts/arm/
Daspeed-bmc-intel-s2600wf.dts122 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-inspur-on5263m5.dts127 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-arm-centriq2400-rep.dts215 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-arm-stardragon4800-rep2.dts204 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-g6.dtsi441 lhc: lhc@20 { label
442 compatible = "aspeed,ast2600-lhc";
Daspeed-g5.dtsi234 aspeed,external-nodes = <&gfx>, <&lhc>;
483 lhc: lhc@20 { label
484 compatible = "aspeed,ast2500-lhc";
Daspeed-bmc-opp-lanyang.dts267 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-g4.dtsi364 lhc: lhc@20 { label
365 compatible = "aspeed,ast2400-lhc";
Daspeed-bmc-opp-romulus.dts264 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-opp-witherspoon.dts625 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-opp-zaius.dts469 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-inspur-fp5280g2.dts784 aspeed,external-nodes = <&gfx &lhc>;
Daspeed-bmc-opp-swift.dts942 aspeed,external-nodes = <&gfx &lhc>;
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
Dzstd_decompress.c566 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/
Dzstd_compress.c1424 … { 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/
Darchive1354 2 string -lhc-