/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | stdatomic.h |
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
H A D | stdatomic.h | 114 using std::atomic_fetch_or;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdatomic.h | 138 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
H A D | opencl-c.h | 13321 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 D | stdatomic.h | 202 #define atomic_fetch_or(PTR, VAL) __atomic_fetch_or ((PTR), (VAL), \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 202 #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 D | stdatomic.h | 215 #define atomic_fetch_or(obj, arg) \ macro
|
/netbsd-src/external/mpl/dhcp/bind/include/isc/ |
H A D | stdatomic.h | 213 #define atomic_fetch_or(obj, arg) \ macro
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | view.c | 751 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 D | zone.c | 535 #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 D | view.c |
|
H A D | zone.c | 535 #define ISC_ZONE_SET(z, f, o) atomic_fetch_or(&(z)->f, (o))
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | atomic | 402 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 D | c-bpf.texi | 803 @itemx rs = atomic_fetch_or ((u64 *)(rd + offset16), rs) 874 @itemx ws = atomic_fetch_or ((u32 *)(rd + offset16), ws)
|
H A D | as.info | 10583 ‘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 D | atomic | 1465 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 D | atomic | 1602 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 D | sync.md | 578 (define_expand "atomic_fetch_or<mode>"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.def | 415 OPTAB_D (atomic_fetch_or_optab, "atomic_fetch_or$I$a")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.def | 446 OPTAB_D (atomic_fetch_or_optab, "atomic_fetch_or$I$a")
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | md.texi | 7469 @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 D | md.texi | 7907 @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 D | ChangeLog-2018 | 4884 (atomic_fetch_xor_explicit, atomic_fetch_and, atomic_fetch_or)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | intrinsic.texi | 2237 call atomic_fetch_or (atom[1], int(b'10100011101'), old)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | intrinsic.texi | 2233 call atomic_fetch_or (atom[1], int(b'10100011101'), old)
|