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/ |
D | extra_ops_generic.hpp | 182 …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
|
D | extra_ops_gcc_x86.hpp | 845 …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
|
D | extra_ops_emulated.hpp | 237 …static BOOST_FORCEINLINE bool bit_test_and_complement(storage_type volatile& storage, unsigned int… in bit_test_and_complement() function
|
D | extra_ops_msvc_x86.hpp | 833 …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
|
D | atomic_ref_impl.hpp | 494 …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()
|
D | atomic_impl.hpp | 527 …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/ |
D | api_test_helpers.hpp | 1117 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/ |
D | atomic.qbk | 837 [`bool bit_test_and_complement(unsigned int n, memory_order order)`]
|