Home
last modified time | relevance | path

Searched defs:atomic_fetch_or (Results 1 – 25 of 126) sorted by relevance

123456

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Atomic_Fetch_Or.hpp62 __inline__ __device__ int atomic_fetch_or(volatile int* const dest, in atomic_fetch_or() function
67 __inline__ __device__ unsigned int atomic_fetch_or( in atomic_fetch_or() function
73 __inline__ __device__ unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
88 __inline__ __device__ unsigned long atomic_fetch_or( in atomic_fetch_or() function
93 __inline__ __device__ long atomic_fetch_or(volatile long* const dest, in atomic_fetch_or() function
103 inline int atomic_fetch_or(volatile int* const dest, const int val) { in atomic_fetch_or() function
110 inline long int atomic_fetch_or(volatile long int* const dest, in atomic_fetch_or() function
136 inline unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
152 T atomic_fetch_or(volatile T* const dest, const T val) { in atomic_fetch_or() function
165 T atomic_fetch_or(volatile T* const dest_v, const T val) { in atomic_fetch_or() function
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Atomic_Fetch_Or.hpp62 __inline__ __device__ int atomic_fetch_or(volatile int* const dest, in atomic_fetch_or() function
67 __inline__ __device__ unsigned int atomic_fetch_or( in atomic_fetch_or() function
73 __inline__ __device__ unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
88 __inline__ __device__ unsigned long atomic_fetch_or( in atomic_fetch_or() function
93 __inline__ __device__ long atomic_fetch_or(volatile long* const dest, in atomic_fetch_or() function
103 inline int atomic_fetch_or(volatile int* const dest, const int val) { in atomic_fetch_or() function
110 inline long int atomic_fetch_or(volatile long int* const dest, in atomic_fetch_or() function
136 inline unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
152 T atomic_fetch_or(volatile T* const dest, const T val) { in atomic_fetch_or() function
165 T atomic_fetch_or(volatile T* const dest_v, const T val) { in atomic_fetch_or() function
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Atomic_Fetch_Or.hpp62 __inline__ __device__ int atomic_fetch_or(volatile int* const dest, in atomic_fetch_or() function
67 __inline__ __device__ unsigned int atomic_fetch_or( in atomic_fetch_or() function
73 __inline__ __device__ unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
88 __inline__ __device__ unsigned long atomic_fetch_or( in atomic_fetch_or() function
93 __inline__ __device__ long atomic_fetch_or(volatile long* const dest, in atomic_fetch_or() function
103 inline int atomic_fetch_or(volatile int* const dest, const int val) { in atomic_fetch_or() function
110 inline long int atomic_fetch_or(volatile long int* const dest, in atomic_fetch_or() function
136 inline unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
152 T atomic_fetch_or(volatile T* const dest, const T val) { in atomic_fetch_or() function
165 T atomic_fetch_or(volatile T* const dest_v, const T val) { in atomic_fetch_or() function
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/openrisc/include/asm/
H A Datomic.h91 #define atomic_fetch_or atomic_fetch_or in ATOMIC_OP_RETURN() macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/openrisc/include/asm/
H A Datomic.h91 #define atomic_fetch_or atomic_fetch_or in ATOMIC_OP_RETURN() macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/openrisc/include/asm/
H A Datomic.h91 #define atomic_fetch_or atomic_fetch_or in ATOMIC_OP_RETURN() macro
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/include/compat/gcc/
H A Dstdatomic.h45 #define atomic_fetch_or(p_a, v) __atomic_fetch_or(p_a, v, __ATOMIC_SEQ_CST) macro
/dports/www/firefox/firefox-99.0/third_party/dav1d/include/compat/gcc/
H A Dstdatomic.h45 #define atomic_fetch_or(p_a, v) __atomic_fetch_or(p_a, v, __ATOMIC_SEQ_CST) macro
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/include/compat/msvc/
H A Dstdatomic.h64 #define atomic_fetch_or(p_a, v) InterlockedOr(p_a, v) macro
/dports/www/firefox/firefox-99.0/third_party/dav1d/include/compat/msvc/
H A Dstdatomic.h64 #define atomic_fetch_or(p_a, v) InterlockedOr(p_a, v) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h133 #define atomic_fetch_or(object, operand) \ macro
148 #define atomic_fetch_or(object, operand) \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h133 #define atomic_fetch_or(object, operand) \ macro
148 #define atomic_fetch_or(object, operand) \ macro
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/www/firefox/firefox-99.0/media/ffvpx/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/multimedia/handbrake/ffmpeg-4.4/compat/atomics/win32/
H A Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_Atomic.hpp531 __inline__ __device__ int atomic_fetch_or(volatile int *const dest, in atomic_fetch_or() function
536 __inline__ __device__ unsigned int atomic_fetch_or( in atomic_fetch_or() function
541 __inline__ __device__ unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
/dports/devel/kokkos/kokkos-3.4.01/core/src/HIP/
H A DKokkos_HIP_Atomic.hpp531 __inline__ __device__ int atomic_fetch_or(volatile int *const dest, in atomic_fetch_or() function
536 __inline__ __device__ unsigned int atomic_fetch_or( in atomic_fetch_or() function
541 __inline__ __device__ unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_Atomic.hpp531 __inline__ __device__ int atomic_fetch_or(volatile int *const dest, in atomic_fetch_or() function
536 __inline__ __device__ unsigned int atomic_fetch_or( in atomic_fetch_or() function
541 __inline__ __device__ unsigned long long int atomic_fetch_or( in atomic_fetch_or() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function

123456