Home
last modified time | relevance | path

Searched defs:extra_operations (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_msvc_x86.hpp37 struct extra_operations< Base, 1u, Signed, true > : struct
40 typedef extra_operations_generic< Base, 1u, Signed > base_type;
41 typedef typename base_type::storage_type storage_type;
43 …INLINE storage_type fetch_negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in fetch_negate()
63 …_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in negate()
83 …FORCEINLINE bool negate_and_test(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in negate_and_test()
104 …T_FORCEINLINE void opaque_negate(storage_type volatile& storage, memory_order order) BOOST_NOEXCEPT in opaque_negate()
121 …type bitwise_and(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in bitwise_and()
142 …_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in bitwise_or()
163 …type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in bitwise_xor()
[all …]
Dextra_ops_gcc_x86.hpp35 struct extra_operations< Base, 1u, Signed, true > : struct
38 typedef extra_operations_generic< Base, 1u, Signed > base_type;
39 typedef typename base_type::storage_type storage_type;
40 typedef typename storage_traits< 4u >::type temp_storage_type;
55 …_FORCEINLINE storage_type fetch_negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_negate()
63 …CEINLINE storage_type fetch_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in fetch_complement()
71 … BOOST_FORCEINLINE storage_type negate(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in negate()
79 …INLINE storage_type bitwise_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in bitwise_complement()
102 …orage_type bitwise_and(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in bitwise_and()
110 …torage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in bitwise_or()
[all …]
Dextra_ops_msvc_arm.hpp37 struct extra_operations< Base, 4u, Signed, true > : struct
40 typedef extra_operations_generic< Base, 4u, Signed > base_type;
41 typedef typename base_type::storage_type storage_type;
43 …and_set(storage_type volatile& storage, unsigned int bit_number, memory_order order) BOOST_NOEXCEPT in bit_test_and_set()
71 …d_reset(storage_type volatile& storage, unsigned int bit_number, memory_order order) BOOST_NOEXCEPT in bit_test_and_reset()
Dextra_ops_gcc_arm.hpp340 struct extra_operations< Base, 1u, Signed, true > : struct
593 struct extra_operations< Base, 2u, Signed, true > : struct
843 struct extra_operations< Base, 4u, Signed, true > : struct
1106 struct extra_operations< Base, 8u, Signed, true > : struct
Dextra_ops_gcc_aarch64.hpp351 struct extra_operations< Base, 1u, Signed, true > : struct
586 struct extra_operations< Base, 2u, Signed, true > : struct
821 struct extra_operations< Base, 4u, Signed, true > : struct
1056 struct extra_operations< Base, 8u, Signed, true > : struct
1319 struct extra_operations< Base, 16u, Signed, true > : struct
Dextra_ops_gcc_aarch32.hpp345 struct extra_operations< Base, 1u, Signed, true > : struct
576 struct extra_operations< Base, 2u, Signed, true > : struct
806 struct extra_operations< Base, 4u, Signed, true > : struct
1049 struct extra_operations< Base, 8u, Signed, true > : struct
Dextra_ops_gcc_ppc.hpp273 struct extra_operations< Base, 1u, Signed, true > : struct
643 struct extra_operations< Base, 4u, Signed, true > : struct
830 struct extra_operations< Base, 8u, Signed, true > : struct
Datomic_ref_impl.hpp277 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic_ref
733 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic_ref
938 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic_ref
Datomic_impl.hpp312 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic
766 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic
953 typedef atomics::detail::extra_operations< core_operations > extra_operations; typedef in boost::atomics::detail::base_atomic
Dextra_ops_emulated.hpp247 struct extra_operations< Base, Size, Signed, false > : struct
Dextra_ops_generic.hpp383 struct extra_operations< Base, Size, Signed, true > : struct