Home
last modified time | relevance | path

Searched defs:old_val (Results 1 – 25 of 52) sorted by relevance

123

/third_party/boost/boost/atomic/detail/
Dops_cas_based.hpp37 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
Dcore_ops_cas_based.hpp39 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
Dops_emulated.hpp61 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
Dextra_ops_generic.hpp44 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 …]
Dcore_operations_emulated.hpp89 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
Dextra_fp_ops_emulated.hpp48 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
Dops_extending_cas_based.hpp40 storage_type old_val; in fetch_add() local
53 storage_type old_val; in fetch_sub() local
Dextending_cas_based_arithmetic.hpp41 storage_type old_val; in fetch_add() local
54 storage_type old_val; in fetch_sub() local
Dextra_fp_ops_generic.hpp60 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
Dextra_ops_emulated.hpp47 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
Dfp_ops_generic.hpp45 value_type old_val, new_val; in fetch_add() local
60 value_type old_val, new_val; in fetch_sub() local
Dfp_ops_emulated.hpp48 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
Dcas_based_exchange.hpp37 storage_type old_val; in exchange() local
Dextra_ops_msvc_x86.hpp46 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
Dcore_arch_ops_msvc_arm.hpp223 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
Dops_msvc_arm.hpp206 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
Dops_msvc_x86.hpp186 …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
Dcore_arch_ops_msvc_x86.hpp168 …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
Dcore_ops_windows.hpp133 …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/
DSkExchange.h18 T old_val = std::move(obj); in exchange() local
/third_party/boost/libs/atomic/src/
Dwait_ops_windows.cpp57 …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/
Dflow_control.cc51 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/
Datomic.hpp351 { 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/
Dreport.py60 def calculate_change(old_val, new_val): argument
/third_party/pulseaudio/src/pulsecore/
Datomic.h425 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

123