Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dexports_so.txt13 # This is version script for OMP RTL shared library (libomp*.so)
63 # appear in a backtrace of a thread which is blocked in the RTL.
H A Dkmp_itt.inl408 ITT need an address (void *) to be specified as a sync object. OpenMP RTL
562 ITT need an address (void *) to be specified as a sync object. OpenMP RTL
920 by OpenMP RTL for internal purposes. */
H A Ddllexports157 # appear in a backtrace of a thread which is blocked in the RTL.
/freebsd/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt7 PWM RTL that corresponds to the IP block version numbers can be found
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt8 are fluid and can be varied in RTL.
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def167 #define ICV_RT_SET(Name, RTL)
170 #define __ICV_RT_SET(Name, RTL) ICV_RT_SET(ICV_##Name, OMPRTL_##RTL)
178 #define ICV_RT_GET(Name, RTL)
181 #define __ICV_RT_GET(Name, RTL) ICV_RT_GET(ICV_##Name, OMPRTL_##RTL)
/freebsd/crypto/openssl/
H A DNOTES-VMS.md30 Please avoid using C RTL feature logical names `DECC$*` when building
H A DCHANGES.md3494 VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
3895 VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt73 On the most of chipidea platforms, the "usage_tt" flag at RTL is 0, so this
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp439 #define ICV_RT_SET(_Name, RTL) \ in initializeInternalControlVars() argument
442 ICV.Setter = RTL; \ in initializeInternalControlVars()
444 #define ICV_RT_GET(Name, RTL) \ in initializeInternalControlVars() argument
447 ICV.Getter = RTL; \ in initializeInternalControlVars()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def271 LANGOPT(OpenMPTargetDebug , 32, 0, "Enable debugging in the OpenMP offloading device RTL")
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt13 # Default messages, embedded into the OpenMP RTL, and source for English catalog.
/freebsd/share/misc/
H A Dpci_vendors30 # This is a relabelled RTL-8139
13557 0139 RTL-8139/8139C/8139C+ Ethernet Controller
13602 8029 RTL-8029(AS)
13604 10ec 8029 RTL-8029(AS)
13611 8129 RTL-8129
13624 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
13636 10ec 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
13677 8167 RTL-8110SC/8169SC Gigabit Ethernet
13678 105b 0e10 RTL-8110SC-GR on a N15235/A74MX mainboard
13772 8185 RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller
[all …]
H A Dusb_vendors14022 5401 RTL 8153 USB 3.0 hub with gigabit ethernet
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in99 # Possible values are: None, LTR, RTL and Context.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3572 HelpText<"Enable debugging in the OpenMP offloading device RTL">;