/third_party/boost/boost/atomic/detail/ |
D | ops_cas_based.hpp | 37 storage_type old_val; in exchange() local 54 storage_type old_val; in fetch_add() local 62 storage_type old_val; in fetch_sub() local 70 storage_type old_val; in fetch_and() local 78 storage_type old_val; in fetch_or() local 86 storage_type old_val; in fetch_xor() local
|
D | core_ops_cas_based.hpp | 39 storage_type old_val; in fetch_add() local 47 storage_type old_val; in fetch_sub() local 55 storage_type old_val; in fetch_and() local 63 storage_type old_val; in fetch_or() local 71 storage_type old_val; in fetch_xor() local
|
D | ops_emulated.hpp | 61 storage_type old_val = s; in fetch_add() local 70 storage_type old_val = s; in fetch_sub() local 79 storage_type old_val = s; in exchange() local 89 storage_type old_val = s; in compare_exchange_strong() local 105 storage_type old_val = s; in compare_exchange_weak() local 118 storage_type old_val = s; in fetch_and() local 127 storage_type old_val = s; in fetch_or() local 136 storage_type old_val = s; in fetch_xor() local
|
D | extra_ops_generic.hpp | 44 storage_type old_val; in fetch_negate() local 52 storage_type old_val, new_val; in negate() local 171 storage_type old_val = base_type::fetch_or(storage, mask, order); in bit_test_and_set() local 178 storage_type old_val = base_type::fetch_and(storage, ~mask, order); in bit_test_and_reset() local 185 storage_type old_val = base_type::fetch_xor(storage, mask, order); in bit_test_and_complement() local 201 storage_type old_val; in fetch_negate() local 209 storage_type old_val, new_val; in negate() local 221 storage_type old_val, new_val; in add() local 233 storage_type old_val, new_val; in sub() local 245 storage_type old_val, new_val; in bitwise_and() local [all …]
|
D | core_operations_emulated.hpp | 89 storage_type old_val = s; in fetch_add() local 99 storage_type old_val = s; in fetch_sub() local 109 storage_type old_val = s; in exchange() local 120 storage_type old_val = s; in compare_exchange_strong() local 137 storage_type old_val = s; in compare_exchange_weak() local 151 storage_type old_val = s; in fetch_and() local 161 storage_type old_val = s; in fetch_or() local 171 storage_type old_val = s; in fetch_xor() local
|
D | extra_fp_ops_emulated.hpp | 48 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in fetch_negate() local 59 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in negate() local 70 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in add() local 81 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in sub() local
|
D | ops_extending_cas_based.hpp | 40 storage_type old_val; in fetch_add() local 53 storage_type old_val; in fetch_sub() local
|
D | extending_cas_based_arithmetic.hpp | 41 storage_type old_val; in fetch_add() local 54 storage_type old_val; in fetch_sub() local
|
D | extra_fp_ops_generic.hpp | 60 value_type old_val, new_val; in fetch_negate() local 75 value_type old_val, new_val; in negate() local 137 value_type old_val, new_val; in add() local 152 value_type old_val, new_val; in sub() local
|
D | extra_ops_emulated.hpp | 47 storage_type old_val = s; in fetch_negate() local 122 storage_type old_val = s; in fetch_complement() local 225 storage_type old_val = base_type::fetch_or(storage, mask, order); in bit_test_and_set() local 233 storage_type old_val = base_type::fetch_and(storage, ~mask, order); in bit_test_and_reset() local 241 storage_type old_val = base_type::fetch_xor(storage, mask, order); in bit_test_and_complement() local
|
D | fp_ops_generic.hpp | 45 value_type old_val, new_val; in fetch_add() local 60 value_type old_val, new_val; in fetch_sub() local
|
D | fp_ops_emulated.hpp | 48 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in fetch_add() local 59 value_type old_val = atomics::detail::bitwise_fp_cast< value_type >(s); in fetch_sub() local
|
D | cas_based_exchange.hpp | 37 storage_type old_val; in exchange() local
|
D | extra_ops_msvc_x86.hpp | 46 storage_type old_val; in fetch_negate() local 187 storage_type old_val; in fetch_complement() local 430 storage_type old_val; in fetch_negate() local 571 storage_type old_val; in fetch_complement() local 864 storage_type old_val; in fetch_negate() local 1005 storage_type old_val; in fetch_complement() local
|
D | core_arch_ops_msvc_arm.hpp | 223 storage_type previous = expected, old_val; in compare_exchange_strong() local 388 storage_type previous = expected, old_val; in compare_exchange_strong() local 553 storage_type previous = expected, old_val; in compare_exchange_strong() local 718 storage_type previous = expected, old_val; in compare_exchange_strong() local
|
D | ops_msvc_arm.hpp | 206 storage_type previous = expected, old_val; in compare_exchange_strong() local 371 storage_type previous = expected, old_val; in compare_exchange_strong() local 536 storage_type previous = expected, old_val; in compare_exchange_strong() local 701 storage_type previous = expected, old_val; in compare_exchange_strong() local
|
D | ops_msvc_x86.hpp | 186 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(&stor… in compare_exchange_strong() local 257 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE8(&sto… in compare_exchange_strong() local 432 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE16(&st… in compare_exchange_strong() local 724 …const storage_type old_val = (storage_type)BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(p, desired,… in compare_exchange_strong() local 815 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(&st… in compare_exchange_strong() local
|
D | core_arch_ops_msvc_x86.hpp | 168 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(&stor… in compare_exchange_strong() local 239 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE8(&sto… in compare_exchange_strong() local 414 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE16(&st… in compare_exchange_strong() local 707 …const storage_type old_val = (storage_type)BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(p, desired,… in compare_exchange_strong() local 798 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(&st… in compare_exchange_strong() local
|
D | core_ops_windows.hpp | 133 …storage_type old_val = static_cast< storage_type >(BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(&stor… in compare_exchange_strong() local
|
/third_party/flutter/skia/src/core/ |
D | SkExchange.h | 18 T old_val = std::move(obj); in exchange() local
|
/third_party/boost/libs/atomic/src/ |
D | wait_ops_windows.cpp | 57 …once_flag_operations::storage_type old_val = once_flag_operations::load(wait_functions_once_flag.m… in initialize_wait_functions() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.cc | 51 static char* fmt_int64_diff_str(int64_t old_val, int64_t new_val) { in fmt_int64_diff_str() 61 static char* fmt_uint32_diff_str(uint32_t old_val, uint32_t new_val) { in fmt_uint32_diff_str()
|
/third_party/boost/boost/interprocess/detail/ |
D | atomic.hpp | 351 { boost::uint32_t old_val = __ATOMIC_DECREMENT_LONG(mem); __MB(); return old_val; } in atomic_dec32() local 374 { boost::uint32_t old_val = *mem; __MB(); return old_val; } in atomic_read32() local 552 { boost::uint32_t old_val = *mem; __sync_synchronize(); return old_val; } in atomic_read32() local
|
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/ |
D | report.py | 60 def calculate_change(old_val, new_val): argument
|
/third_party/pulseaudio/src/pulsecore/ |
D | atomic.h | 425 int new_val, old_val; in pa_atomic_add() local 444 int new_val, old_val; in pa_atomic_sub() local 564 int old_val; in pa_atomic_add() local 573 int old_val; in pa_atomic_sub() local
|