Home
last modified time | relevance | path

Searched refs:RTL (Results 1 – 19 of 19) 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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp273 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator
284 ownershipState = RTL; in SharedReAlloc()
296 if (ownershipState == RTL || in SharedReAlloc()
319 CHECK(ownershipState == RTL || ownershipState == NEITHER); in SharedReAlloc()
/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/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME138 reversing RTL segments.
148 properties. The AL and BM bidi properties gets marked as strong RTL and
/freebsd/crypto/openssl/
H A DNOTES-VMS.md30 Please avoid using C RTL feature logical names `DECC$*` when building
H A DCHANGES.md5830 VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
6231 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.cpp452 #define ICV_RT_SET(_Name, RTL) \ in initializeInternalControlVars() argument
455 ICV.Setter = RTL; \ in initializeInternalControlVars()
457 #define ICV_RT_GET(Name, RTL) \ in initializeInternalControlVars() argument
460 ICV.Getter = RTL; \ in initializeInternalControlVars()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def235 …T(OpenMPTargetDebug , 32, 0, NotCompatible, "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/contrib/ldns/
H A Dlibdns.doxygen.in99 # Possible values are: None, LTR, RTL and Context.
/freebsd/share/misc/
H A Dpci_vendors30 # This is a relabelled RTL-8139
13786 0139 RTL-8139/8139C/8139C+ Ethernet Controller
13835 8029 RTL-8029(AS)
13837 10ec 8029 RTL-8029(AS)
13846 8129 RTL-8129
13859 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
13871 10ec 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
13912 8167 RTL-8110SC/8169SC Gigabit Ethernet
13913 105b 0e10 RTL-8110SC-GR on a N15235/A74MX mainboard
14007 8185 RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller
[all …]
H A Dusb_vendors14074 5401 RTL 8153 USB 3.0 hub with gigabit ethernet
/freebsd/contrib/xz/
H A DChangeLog848 Translations: Fix LTR/RTL issue in Arabic xz man page tables
850 The headings are RTL but in some tables the rows were LTR because the
5908 still need extra effort. (xz hasn't been translated to any RTL
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3749 HelpText<"Enable debugging in the OpenMP offloading device RTL">;