Home
last modified time | relevance | path

Searched refs:fetch_complement (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp49 base_type::fetch_complement(storage, order); in opaque_complement()
233 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
422 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
603 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
790 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
Dextra_ops_generic.hpp87 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
130 fetch_complement(storage, order); in opaque_complement()
279 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
321 fetch_complement(storage, order); in opaque_complement()
Dextra_ops_gcc_arm.hpp52 base_type::fetch_complement(storage, order); in opaque_complement()
286 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
539 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
789 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
1050 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
Dextra_ops_gcc_aarch64.hpp299 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
534 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
769 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
1004 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
1263 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
Dextra_ops_gcc_aarch32.hpp295 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
526 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
756 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
997 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
Dextra_ops_emulated.hpp117 … static storage_type fetch_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_complement() function
176 fetch_complement(storage, order); in opaque_complement()
Dextra_ops_gcc_x86.hpp63 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
445 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
898 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
1353 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
Dextra_ops_msvc_x86.hpp184 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
568 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
1002 …static BOOST_FORCEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_orde… in fetch_complement() function
Datomic_ref_impl.hpp372 …BOOST_FORCEINLINE value_type fetch_complement(memory_order order = memory_order_seq_cst) const BOO… in fetch_complement() function in boost::atomics::detail::base_atomic_ref
374 …return atomics::detail::bitwise_cast< value_type >(extra_operations::fetch_complement(this->storag… in fetch_complement()
Datomic_impl.hpp405 …BOOST_FORCEINLINE value_type fetch_complement(memory_order order = memory_order_seq_cst) volatile … in fetch_complement() function in boost::atomics::detail::base_atomic
407 …return atomics::detail::integral_truncate< value_type >(extra_operations::fetch_complement(this->s… in fetch_complement()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp784 T n = a.fetch_complement(); in test_bit_operators()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/doc/
Datomic.qbk741 [`I fetch_complement(memory_order order)`]