Home
last modified time | relevance | path

Searched full:lhc (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-lpc.txt121 "aspeed,ast2400-lhc";
122 "aspeed,ast2500-lhc";
123 "aspeed,ast2600-lhc";
125 - reg: contains offset/length values of the LHC memory regions. In the
130 lhc: lhc@a0 {
131 compatible = "aspeed,ast2500-lhc";
148 - reg: offset and length of the IP in the LHC memory region
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_literals.c138 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals() local
139 MEM_writeLE24(ostart, lhc); in ZSTD_compressLiterals()
143 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals() local
144 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
148 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals() local
149 MEM_writeLE32(ostart, lhc); in ZSTD_compressLiterals()
H A Dzstd_compress_superblock.c384 … { U32 const lhc = hType + ((!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressSubBlock_literal() local
385 MEM_writeLE24(ostart, lhc); in ZSTD_compressSubBlock_literal()
389 { U32 const lhc = hType + (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressSubBlock_literal() local
390 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal()
394 { U32 const lhc = hType + (3 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressSubBlock_literal() local
395 MEM_writeLE32(ostart, lhc); in ZSTD_compressSubBlock_literal()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_literals.c139 … { 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 Dzstd_compress_superblock.c106 … { 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()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Daspeed,ast2500-pinctrl.yaml241 aspeed,external-nodes = <&gfx>, <&lhc>;
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c100 U32 const lhc = MEM_readLE32(istart); in ZSTD_decodeLiteralsBlock() local
108 litSize = (lhc >> 4) & 0x3FF; in ZSTD_decodeLiteralsBlock()
109 litCSize = (lhc >> 14) & 0x3FF; in ZSTD_decodeLiteralsBlock()
114 litSize = (lhc >> 4) & 0x3FFF; in ZSTD_decodeLiteralsBlock()
115 litCSize = lhc >> 18; in ZSTD_decodeLiteralsBlock()
120 litSize = (lhc >> 4) & 0x3FFFF; in ZSTD_decodeLiteralsBlock()
121 litCSize = (lhc >> 22) + ((size_t)istart[4] << 10); in ZSTD_decodeLiteralsBlock()
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-g5.dtsi254 aspeed,external-nodes = <&gfx>, <&lhc>;
509 lhc: lhc@a0 { label
510 compatible = "aspeed,ast2500-lhc";
H A Daspeed-g4.dtsi380 lhc: lhc@a0 { label
381 compatible = "aspeed,ast2400-lhc";
H A Daspeed-g6.dtsi629 lhc: lhc@a0 { label
630 compatible = "aspeed,ast2600-lhc";
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp29 unsigned char LHC = toLower(LHS[I]); in ascii_strncasecmp() local
31 if (LHC != RHC) in ascii_strncasecmp()
32 return LHC < RHC ? -1 : 1; in ascii_strncasecmp()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c141 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp951 std::tuple<bool, const Attr *, const Attr *> LHC = in ActOnIfStmt() local
953 if (std::get<0>(LHC)) { in ActOnIfStmt()
954 const Attr *ThenAttr = std::get<1>(LHC); in ActOnIfStmt()
955 const Attr *ElseAttr = std::get<2>(LHC); in ActOnIfStmt()
/freebsd/contrib/file/magic/Magdir/
H A Darchive1726 2 string -lhc-