Home
last modified time | relevance | path

Searched refs:bit_test_and_complement (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_generic.hpp182 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
373 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
Dextra_ops_gcc_x86.hpp845 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
1298 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
1753 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
Dextra_ops_emulated.hpp237 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
Dextra_ops_msvc_x86.hpp833 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
1237 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
Datomic_ref_impl.hpp494 …BOOST_FORCEINLINE bool bit_test_and_complement(unsigned int bit_number, memory_order order = memor… in bit_test_and_complement() function in boost::atomics::detail::base_atomic_ref
497 return extra_operations::bit_test_and_complement(this->storage(), bit_number, order); in bit_test_and_complement()
Datomic_impl.hpp527 …BOOST_FORCEINLINE bool bit_test_and_complement(unsigned int bit_number, memory_order order = memor… in bit_test_and_complement() function in boost::atomics::detail::base_atomic
530 return extra_operations::bit_test_and_complement(this->storage(), bit_number, order); in bit_test_and_complement()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dapi_test_helpers.hpp1117 bool f = a.bit_test_and_complement(0); in test_bit_operators()
1121 f = a.bit_test_and_complement(1); in test_bit_operators()
1125 f = a.bit_test_and_complement(2); in test_bit_operators()
1138 a.bit_test_and_complement(runtime_bit_index); in test_bit_operators()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/doc/
Datomic.qbk837 [`bool bit_test_and_complement(unsigned int n, memory_order order)`]