Home
last modified time | relevance | path

Searched refs:Complex (Results 1 – 25 of 77) sorted by relevance

1234

/src/usr.bin/indent/tests/
H A Ddeclarations.0.stdout17 typedef struct Complex {
20 } Complex;
H A Ddeclarations.018 typedef struct Complex
22 } Complex;
/src/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721e-evm-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-am69-sk-pcie0-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-j721e-evm-pcie0-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-am68-sk-base-board-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-j721s2-evm-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-am642-evm-pcie0-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-j7200-evm-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-j784s4-evm-pcie0-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h40 Complex = 9, enumerator
/src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-rock-5b-pcie-srns.dtso3 * DT-overlay to run the PCIe3_4L Dual Mode controller in Root Complex
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp79 case PDB_BuiltinType::Complex: in getTypeName()
/src/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt1 * Freescale Management Complex
3 The Freescale Management Complex (fsl-mc) is a hardware resource
45 Definition: Must be "fsl,qoriq-mc". A Freescale Management Complex
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h45 enum FlavorEnum { Scalar, Complex, Aggregate };
65 bool isComplex() const { return Flavor == Complex; }
111 ER.Flavor = Complex;
H A DCGExprConstant.cpp2342 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2344 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2346 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2351 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2352 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
2365 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2367 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2369 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2374 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2375 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
/src/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-a311d-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-g12b-s922x-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-sm1-khadas-vim3l.dts89 * USB3.0 from the USB Complex and enable the PCIe controller.
/src/sys/contrib/device-tree/Bindings/riscv/
H A Dsifive-l2-cache.txt4 of memory for masters in a Core Complex. The Level 2 Cache Controller also
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
/src/sys/contrib/device-tree/Bindings/media/
H A Dti,omap3isp.txt17 syscon : the phandle and register offset to the Complex I/O or CSI-PHY
/src/sys/dev/dpaa2/
H A Ddpaa2_mc_if.m32 * @brief Interface of the DPAA2 Management Complex (MC) bus driver.
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td128 // Complex multiply 32x16
138 // Complex add/sub halfwords/words
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td43 def FalkorUnitX : ProcResource<1>; // Complex arithmetic

1234