Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRDevices.td2 // AVR Device Definitions
230 class Device<string Name, Family Fam, ELFArch Arch,
238 def : Device<"avr1", FamilyAVR1, ELFArchAVR1>;
239 def : Device<"avr2", FamilyAVR2, ELFArchAVR2>;
240 def : Device<"avr25", FamilyAVR25, ELFArchAVR25>;
241 def : Device<"avr3", FamilyAVR3, ELFArchAVR3>;
242 def : Device<"avr31", FamilyAVR31, ELFArchAVR31>;
243 def : Device<"avr35", FamilyAVR35, ELFArchAVR35>;
244 def : Device<"avr4", FamilyAVR4, ELFArchAVR4>;
245 def : Device<"avr5", FamilyAVR5, ELFArchAVR5>;
[all …]
H A DAVR.td18 // AVR Device Definitions
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h27 uint64_t Device; variable
32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() argument
35 return Device == Other.Device && File == Other.File;
40 if (Device < Other.Device)
42 if (Other.Device < Device)
47 uint64_t getDevice() const { return Device; } in getDevice()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h49 friend class Device; variable
136 class Device {
149 Device();
151 Device(id d);
203 Device GetDeviceAtIndex(size_t idx);
205 void ForEach(std::function<bool(const Device &)> f);
207 DeviceSet GetDevicesIf(std::function<bool(Device)> f);
211 Device GetFanciest(DeviceType::ProductFamilyID dev_id);
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm100 CoreSimulatorSupport::Device::Device() : m_dev_type(), m_dev_runtime() {} function
102 CoreSimulatorSupport::Device::Device(id d) function
105 CoreSimulatorSupport::Device::operator bool() { return m_dev != nil; }
107 CoreSimulatorSupport::Device::State CoreSimulatorSupport::Device::GetState() {
205 std::string CoreSimulatorSupport::Device::GetName() const {
212 std::string CoreSimulatorSupport::Device::GetUDID() const {
220 CoreSimulatorSupport::DeviceType CoreSimulatorSupport::Device::GetDeviceType() {
228 CoreSimulatorSupport::Device::GetDeviceRuntime() {
342 bool CoreSimulatorSupport::Device::Boot(Status &err) {
368 bool CoreSimulatorSupport::Device::Shutdown(Status &err) {
[all …]
/openbsd-src/gnu/llvm/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp101 CUdevice Device; in main() local
102 if (CUresult Err = cuDeviceGet(&Device, DeviceId)) in main()
107 &Major, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR, Device)) in main()
110 &Minor, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MINOR, Device)) in main()
/openbsd-src/usr.bin/file/magdir/
H A Ddump23 >760 string >\0 Device %s,
42 >760 string >\0 Device %s,
61 >760 string >\0 Device %s,
80 >760 string >\0 Device %s,
111 >760 string >\0 Device %s,
130 >760 string >\0 Device %s,
/openbsd-src/share/misc/
H A Dusb_hid_usages23 0x0A Water Cooling Device
24 0x0B Computer Chassis Device
26 0x0D Portable Device Control
30 0x11 Device Dock
31 0x12 Dockable Device
117 0xD0 Dockable Device Unique ID
118 0xD1 Dockable Device Vendor ID
119 0xD2 Dockable Device Primary Usage Page
120 0xD3 Dockable Device Primary Usage ID
121 0xD4 Dockable Device Docking State
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSyncScope.h116 Device = 2, enumerator
128 case Device: in map()
146 static_cast<unsigned>(WorkGroup), static_cast<unsigned>(Device), in getRuntimeValues()
/openbsd-src/gnu/llvm/clang/docs/
H A DOffloadingDesign.rst51 * Compile the input file for the target :ref:`device <Device Compilation>` using
58 * Pass the fat object file to the :ref:`linker wrapper tool <Device Linking>`
61 * :ref:`Wrap <Device Binary Wrapping>` the :ref:`device images <Device linking>`
64 * Add the :ref:`wrapped binary <Device Binary Wrapping>` to the linker input and
136 which are used to create the :ref:`final image <Device Binary Wrapping>`.
142 Accessing Entries on the Device
190 Offload Device Compilation
238 will use this information when :ref:`Device Linking`.
253 Linking Target Device Code
262 then :ref:`wrapped <Device Binary Wrapping>` to create the symbols used to load
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp61 CoreSimulatorSupport::Device device(GetSimulatorDevice()); in LaunchProcess()
63 if (device.GetState() != CoreSimulatorSupport::Device::State::Booted) { in LaunchProcess()
104 CoreSimulatorSupport::Device device = devices.GetDeviceAtIndex(i); in GetStatus()
111 if (m_device->GetState() == CoreSimulatorSupport::Device::State::Booted) { in GetStatus()
147 [this, &arg_str](const CoreSimulatorSupport::Device &device) -> bool { in ConnectRemote()
254 CoreSimulatorSupport::Device PlatformAppleSimulator::GetSimulatorDevice() { in GetSimulatorDevice()
267 return CoreSimulatorSupport::Device(); in GetSimulatorDevice()
H A DPlatformAppleSimulator.h115 std::optional<CoreSimulatorSupport::Device> m_device;
128 CoreSimulatorSupport::Device GetSimulatorDevice();
/openbsd-src/sys/dev/isa/
H A Dpnpdevs36 # PNP0308 # General Input Device Emulation Interface (GIDEI) legacy
68 # PNP0603 # Generic IDE supporting Microsoft Device Bay Specification
70 # PNP0701 # Standard floppy controller supporting MS Device Bay Spec
168 # PNP0F1A # Logitech-compatible SWIFT Device
173 # PNP0F1F # Reserved by Microsoft Input Device Group
174 # PNP0F20 # Reserved by Microsoft Input Device Group
175 # PNP0F21 # Reserved by Microsoft Input Device Group
176 # PNP0F22 # Reserved by Microsoft Input Device Group
177 # PNP0F23 # Reserved by Microsoft Input Device Group
221 ep PNP80F8 # 3Com Generic Etherlink Plug and Play Device
[all …]
/openbsd-src/games/trek/
H A Dexterns.c39 const struct device Device[NDEV] = variable
H A Dcheck_out.c65 printf(" Using starbase %s\n", Device[dev].name); in check_out()
H A Dout.c47 d = &Device[dev]; in out()
H A Ddamage.c64 printf("\t%s damaged\n", Device[dev].name); in damage()
H A Ddcrept.c89 Device[e->systemname].name, x * m1 + 0.005, x * m2 + 0.005); in dcrept()
H A Dphaser.c129 printf("%s", Device[COMPUTER].name); in phaser()
135 printf("%s", Device[SRSCAN].name); in phaser()
H A Devents.c411 Device[i].person, Device[i].name); in events()
/openbsd-src/gnu/llvm/clang/lib/Headers/cuda_wrappers/
H A Dnew43 // Device overrides for non-placement new and delete.
93 // Device overrides for placement new and delete.
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp306 std::random_device Device; in waitForUnlock() local
307 std::default_random_engine Engine(Device()); in waitForUnlock()
/openbsd-src/usr.bin/mandoc/
H A Dmsec.in29 LINE("4", "Device Drivers Manual")
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1380 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
1459 const Expr *IfCond, const Expr *Device,
1473 const Expr *Device);
2169 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device,
2220 const Expr *Device, const RegionCodeGenTy &CodeGen,
2233 const Expr *Device) override;
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/
H A DTODO10 - Device

1234