Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDexports_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.
HDkmp_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. */
HDdllexports157 # appear in a backtrace of a thread which is blocked in the RTL.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_malloc_win.cpp283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 }; in SharedReAlloc() enumerator
294 ownershipState = RTL; in SharedReAlloc()
306 if (ownershipState == RTL || in SharedReAlloc()
329 CHECK(ownershipState == RTL || ownershipState == NEITHER); in SharedReAlloc()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/pwm/
HDpwm-sifive.txt7 PWM RTL that corresponds to the IP block version numbers can be found
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mips/img/
HDxilfpga.txt8 are fluid and can be varied in RTL.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPKinds.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-13-stable/sys/contrib/device-tree/Bindings/usb/
HDci-hdrc-usb2.txt72 On the most of chipidea platforms, the "usage_tt" flag at RTL is 0, so this
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDOpenMPOpt.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-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.def271 LANGOPT(OpenMPTargetDebug , 32, 0, "Enable debugging in the OpenMP offloading device RTL")
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/i18n/
HDen_US.txt13 # Default messages, embedded into the OpenMP RTL, and source for English catalog.
/freebsd-13-stable/share/misc/
HDpci_vendors30 # This is a relabelled RTL-8139
13195 0139 RTL-8139/8139C/8139C+ Ethernet Controller
13238 8029 RTL-8029(AS)
13240 10ec 8029 RTL-8029(AS)
13246 8129 RTL-8129
13259 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
13271 10ec 8139 RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
13312 8167 RTL-8110SC/8169SC Gigabit Ethernet
13313 105b 0e10 RTL-8110SC-GR on a N15235/A74MX mainboard
13405 8185 RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller
[all …]
/freebsd-13-stable/contrib/ldns/
HDlibdns.doxygen.in99 # Possible values are: None, LTR, RTL and Context.
/freebsd-13-stable/crypto/openssl/
HDCHANGES1341 VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
1572 VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td3572 HelpText<"Enable debugging in the OpenMP offloading device RTL">;