Home
last modified time | relevance | path

Searched refs:atomic_fetch_or (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dstdatomic.h
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dstdatomic.h114 using std::atomic_fetch_or;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13321 int __ovld atomic_fetch_or(volatile atomic_int *object, int operand);
13324 uint __ovld atomic_fetch_or(volatile atomic_uint *object, uint operand);
13365 long __ovld atomic_fetch_or(volatile atomic_long *object, long operand);
13368 ulong __ovld atomic_fetch_or(volatile atomic_ulong *object, ulong operand);
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h202 #define atomic_fetch_or(PTR, VAL) __atomic_fetch_or ((PTR), (VAL), \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h202 #define atomic_fetch_or(PTR, VAL) __atomic_fetch_or ((PTR), (VAL), \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h215 #define atomic_fetch_or(obj, arg) \ macro
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Dstdatomic.h213 #define atomic_fetch_or(obj, arg) \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c751 atomic_fetch_or(&view->attributes, DNS_VIEWATTR_RESSHUTDOWN); in resolver_shutdown()
767 atomic_fetch_or(&view->attributes, DNS_VIEWATTR_ADBSHUTDOWN); in adb_shutdown()
784 atomic_fetch_or(&view->attributes, DNS_VIEWATTR_REQSHUTDOWN); in req_shutdown()
H A Dzone.c535 #define DNS_ZONE_SETFLAG(z, f) atomic_fetch_or(&(z)->flags, (f))
593 #define DNS_ZONE_SETOPTION(z, o) atomic_fetch_or(&(z)->options, (o))
598 #define DNS_ZONEKEY_SETOPTION(z, o) atomic_fetch_or(&(z)->keyopts, (o))
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dview.c
H A Dzone.c535 #define ISC_ZONE_SET(z, f, o) atomic_fetch_or(&(z)->f, (o))
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Datomic402 Integral atomic_fetch_or(volatile atomic<Integral>* obj, Integral op) noexcept;
405 Integral atomic_fetch_or(atomic<Integral>* obj, Integral op) noexcept;
2388 // atomic_fetch_or
2397 atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
2409 atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-bpf.texi803 @itemx rs = atomic_fetch_or ((u64 *)(rd + offset16), rs)
874 @itemx ws = atomic_fetch_or ((u32 *)(rd + offset16), ws)
H A Das.info10583 ‘rs = atomic_fetch_or ((u64 *)(rd + offset16), rs)’
10645 ‘ws = atomic_fetch_or ((u32 *)(rd + offset16), ws)’
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic1465 atomic_fetch_or(__atomic_base<_ITp>* __a,
1471 atomic_fetch_or(volatile __atomic_base<_ITp>* __a,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic1602 atomic_fetch_or(__atomic_base<_ITp>* __a,
1608 atomic_fetch_or(volatile __atomic_base<_ITp>* __a,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dsync.md578 (define_expand "atomic_fetch_or<mode>"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.def415 OPTAB_D (atomic_fetch_or_optab, "atomic_fetch_or$I$a")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.def446 OPTAB_D (atomic_fetch_or_optab, "atomic_fetch_or$I$a")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmd.texi7469 @cindex @code{atomic_fetch_or@var{mode}} instruction pattern
7474 @itemx @samp{atomic_fetch_or@var{mode}}, @samp{atomic_fetch_and@var{mode}}
7543 @code{atomic_fetch_or@var{mode}}, @code{atomic_fetch_xor@var{mode}} or
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmd.texi7907 @cindex @code{atomic_fetch_or@var{mode}} instruction pattern
7912 @itemx @samp{atomic_fetch_or@var{mode}}, @samp{atomic_fetch_and@var{mode}}
7981 @code{atomic_fetch_or@var{mode}}, @code{atomic_fetch_xor@var{mode}} or
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184884 (atomic_fetch_xor_explicit, atomic_fetch_and, atomic_fetch_or)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi2237 call atomic_fetch_or (atom[1], int(b'10100011101'), old)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi2233 call atomic_fetch_or (atom[1], int(b'10100011101'), old)

12