| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRDevices.td | 2 // 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 D | AVR.td | 18 // AVR Device Definitions
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 27 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 D | PlatformiOSSimulatorCoreSimulatorSupport.h | 49 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 D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 100 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 D | NVPTXArch.cpp | 101 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 D | dump | 23 >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 D | usb_hid_usages | 23 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 D | SyncScope.h | 116 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 D | OffloadingDesign.rst | 51 * 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 D | PlatformAppleSimulator.cpp | 61 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 D | PlatformAppleSimulator.h | 115 std::optional<CoreSimulatorSupport::Device> m_device; 128 CoreSimulatorSupport::Device GetSimulatorDevice();
|
| /openbsd-src/sys/dev/isa/ |
| H A D | pnpdevs | 36 # 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 D | externs.c | 39 const struct device Device[NDEV] = variable
|
| H A D | check_out.c | 65 printf(" Using starbase %s\n", Device[dev].name); in check_out()
|
| H A D | out.c | 47 d = &Device[dev]; in out()
|
| H A D | damage.c | 64 printf("\t%s damaged\n", Device[dev].name); in damage()
|
| H A D | dcrept.c | 89 Device[e->systemname].name, x * m1 + 0.005, x * m2 + 0.005); in dcrept()
|
| H A D | phaser.c | 129 printf("%s", Device[COMPUTER].name); in phaser() 135 printf("%s", Device[SRSCAN].name); in phaser()
|
| H A D | events.c | 411 Device[i].person, Device[i].name); in events()
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/cuda_wrappers/ |
| H A D | new | 43 // 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 D | LockFileManager.cpp | 306 std::random_device Device; in waitForUnlock() local 307 std::default_random_engine Engine(Device()); in waitForUnlock()
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | msec.in | 29 LINE("4", "Device Drivers Manual")
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1380 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 D | TODO | 10 - Device
|