/third_party/boost/boost/thread/win32/ |
D | shared_mutex.hpp | 71 void release_waiters(state_data old_state) in release_waiters() argument 73 if(old_state.exclusive_waiting) in release_waiters() 78 if(old_state.shared_waiting || old_state.exclusive_waiting) in release_waiters() 80 …ST_VERIFY(winapi::ReleaseSemaphore(semaphores[unlock_sem],old_state.shared_waiting + (old_state.ex… in release_waiters() 83 void release_shared_waiters(state_data old_state) in release_shared_waiters() argument 85 if(old_state.shared_waiting || old_state.exclusive_waiting) in release_shared_waiters() 87 …ST_VERIFY(winapi::ReleaseSemaphore(semaphores[unlock_sem],old_state.shared_waiting + (old_state.ex… in release_shared_waiters() 122 state_data old_state=state; in try_lock_shared() local 125 state_data new_state=old_state; in try_lock_shared() 135 … state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state); in try_lock_shared() [all …]
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | soxr.c | 74 soxr_t old_state; in resampler_soxr_reset() 78 old_state = r->impl.data; in resampler_soxr_reset() 82 if (old_state) in resampler_soxr_reset() 83 soxr_delete(old_state); in resampler_soxr_reset() 85 r->impl.data = old_state; in resampler_soxr_reset() 92 soxr_t old_state; in resampler_soxr_update_rates() local 99 old_state = r->impl.data; in resampler_soxr_update_rates() 103 if (old_state) in resampler_soxr_update_rates() 104 soxr_delete(old_state); in resampler_soxr_update_rates() 106 r->impl.data = old_state; in resampler_soxr_update_rates()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 189 TestPlayerState * old_state, TestPlayerState * new_state); 197 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_state_change_debug() argument 213 old_state->buffering_percent, new_state->buffering_percent, in test_play_state_change_debug() 214 GST_TIME_ARGS (old_state->position), GST_TIME_ARGS (new_state->position), in test_play_state_change_debug() 215 GST_TIME_ARGS (old_state->duration), GST_TIME_ARGS (new_state->duration), in test_play_state_change_debug() 216 GST_TIME_ARGS (old_state->seek_done_position), in test_play_state_change_debug() 217 GST_TIME_ARGS (new_state->seek_done_position), old_state->end_of_stream, in test_play_state_change_debug() 218 new_state->end_of_stream, old_state->is_error, new_state->is_error, in test_play_state_change_debug() 219 old_state->seek_done, new_state->seek_done, in test_play_state_change_debug() 220 gst_play_state_get_name (old_state->state), in test_play_state_change_debug() [all …]
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_sync_wrappers.cpp | 256 uint32_t old_state = m_shared_state->m_lock_state.load(boost::memory_order_relaxed); in lock_slow() local 257 mark_waiting_and_try_lock(old_state); in lock_slow() 259 if ((old_state & lock_flag_value) != 0u) try in lock_slow() 264 clear_waiting_and_try_lock(old_state); in lock_slow() 266 while ((old_state & lock_flag_value) != 0u); in lock_slow() 277 uint32_t old_state = m_shared_state->m_lock_state.load(boost::memory_order_relaxed); in lock_slow() local 278 mark_waiting_and_try_lock(old_state); in lock_slow() 280 if ((old_state & lock_flag_value) != 0u) try in lock_slow() 291 clear_waiting_and_try_lock(old_state); in lock_slow() 293 while ((old_state & lock_flag_value) != 0u); in lock_slow() [all …]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | support.h | 72 const BOOL old_state = test_bit(bit, var); \ 74 old_state; \ 79 const BOOL old_state = test_bit(bit, var); \ 81 old_state; \
|
/third_party/cef/libcef/browser/views/ |
D | button_view.h | 45 void StateChanged(views::Button::ButtonState old_state) override; 52 views::Button::ButtonState old_state) { in StateChanged() argument 53 ParentClass::StateChanged(old_state); in StateChanged()
|
D | button_impl.h | 53 views::Button::ButtonState old_state = ParentClass::root_view()->GetState(); in SetState() local 65 } else if (old_state == views::Button::STATE_PRESSED) { in SetState()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | combiner.cc | 72 gpr_atm old_state = gpr_atm_full_fetch_add(&lock->state, -STATE_UNORPHANED); in start_destroy() local 74 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy() 75 if (old_state == 1) { in start_destroy() 265 gpr_atm old_state = in grpc_combiner_continue_exec_ctx() local 268 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx() 275 switch (old_state) { in grpc_combiner_continue_exec_ctx()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/ |
D | round_robin.cc | 135 void UpdateStateCountersLocked(grpc_connectivity_state old_state, 280 grpc_connectivity_state old_state, grpc_connectivity_state new_state) { in UpdateStateCountersLocked() argument 281 GPR_ASSERT(old_state != GRPC_CHANNEL_SHUTDOWN); in UpdateStateCountersLocked() 283 if (old_state == GRPC_CHANNEL_READY) { in UpdateStateCountersLocked() 286 } else if (old_state == GRPC_CHANNEL_CONNECTING) { in UpdateStateCountersLocked() 289 } else if (old_state == GRPC_CHANNEL_TRANSIENT_FAILURE) { in UpdateStateCountersLocked()
|
/third_party/boost/libs/thread/src/win32/ |
D | thread_primitives.cpp | 57 uint64_t old_state = g_state.ticks.load(boost::memory_order_acquire); 61 uint32_t old_ticks = static_cast< uint32_t >(old_state & UINT64_C(0x00000000ffffffff)); 62 …uint64_t new_state = ((old_state & UINT64_C(0xffffffff00000000)) + (static_cast< uint64_t >(new_ti…
|
/third_party/boost/libs/log/src/ |
D | timestamp.cpp | 84 uint64_t old_state = g_state.ticks.load(boost::memory_order_acquire); 88 uint32_t old_ticks = static_cast< uint32_t >(old_state & UINT64_C(0x00000000ffffffff)); 89 …uint64_t new_state = ((old_state & UINT64_C(0xffffffff00000000)) + (static_cast< uint64_t >(new_ti…
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | euler.hpp | 87 …void calc_state( StateOut &x , time_type t , const StateIn1 &old_state , time_type t_old , const … in calc_state() argument 90 stepper_base_type::m_algebra.for_each3( x , old_state , stepper_base_type::m_dxdt.m_v , in calc_state()
|
/third_party/gstreamer/gstplugins_base/tests/icles/playback/ |
D | decodetest.c | 63 GstState old_state, new_state, pending_state; in state_cb() local 65 gst_message_parse_state_changed (msg, &old_state, &new_state, in state_cb()
|
/third_party/cef/libcef/browser/ |
D | browser_info.cc | 162 content::RenderFrameHost::LifecycleState old_state, in FrameHostStateChanged() argument 166 if ((old_state == content::RenderFrameHost::LifecycleState::kPrerendering || in FrameHostStateChanged() 167 old_state == in FrameHostStateChanged() 193 old_state == in FrameHostStateChanged()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | adaptive_demux_common.c | 420 GstState old_state, new_state; in testSeekOnStateChanged() local 423 gst_message_parse_state_changed (msg, &old_state, &new_state, NULL); in testSeekOnStateChanged() 426 gst_element_state_get_name (old_state), in testSeekOnStateChanged() 430 old_state == GST_STATE_PLAYING && new_state == GST_STATE_PAUSED) { in testSeekOnStateChanged()
|
/third_party/boost/libs/multiprecision/example/ |
D | cpp_int_mul_timing.cpp | 161 const itype old_state = my_state; in base_generate0() local 165 return old_state; in base_generate0()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.c | 2663 GstState old_state; in gst_element_abort_state() local 2676 old_state = GST_STATE (element); in gst_element_abort_state() 2679 "aborting state from %s to %s", gst_element_state_get_name (old_state), in gst_element_abort_state() 2747 GstState old_state, old_next; in gst_element_continue_state() local 2760 old_state = GST_STATE (element); in gst_element_continue_state() 2780 gst_element_state_get_name (old_state), in gst_element_continue_state() 2784 _priv_gst_element_state_changed (element, old_state, old_next, pending); in gst_element_continue_state() 2816 if (old_state != old_next || old_ret == GST_STATE_CHANGE_ASYNC) in gst_element_continue_state() 2817 _priv_gst_element_state_changed (element, old_state, old_next, in gst_element_continue_state() 2850 GstState old_state, new_state; in gst_element_lost_state() local [all …]
|
D | gstbin.c | 3281 GstState old_state, new_state; in bin_handle_async_start() local 3304 old_state = GST_STATE (bin); in bin_handle_async_start() 3308 if (old_state > GST_STATE_PAUSED) in bin_handle_async_start() 3311 new_state = old_state; in bin_handle_async_start() 3314 "lost state of %s, new %s", gst_element_state_get_name (old_state), in bin_handle_async_start() 3366 GstState old_state, old_next; in bin_handle_async_done() local 3392 old_state = GST_STATE (bin); in bin_handle_async_done() 3399 gst_element_state_get_name (old_state), in bin_handle_async_done() 3408 gst_element_state_get_name (old_state), in bin_handle_async_done() 3409 gst_element_state_get_name (old_state), in bin_handle_async_done() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst_ctrl_aux.h | 67 enum fst_session_state old_state; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst_ctrl_aux.h | 67 enum fst_session_state old_state; member
|
/third_party/lwip/src/core/ |
D | netif.c | 1413 u8_t old_state; in netif_ip6_addr_set_state() local 1418 old_state = netif_ip6_addr_state(netif, addr_idx); in netif_ip6_addr_set_state() 1420 if (old_state != state) { in netif_ip6_addr_set_state() 1421 u8_t old_valid = old_state & IP6_ADDR_VALID; in netif_ip6_addr_set_state() 1446 if ((old_state & ~IP6_ADDR_TENTATIVE_COUNT_MASK) != in netif_ip6_addr_set_state() 1456 args.ipv6_addr_state_changed.old_state = old_state; in netif_ip6_addr_set_state()
|
/third_party/libsoup/libsoup/ |
D | soup-connection.c | 575 SoupConnectionState old_state; in soup_connection_disconnect() local 580 old_state = priv->state; in soup_connection_disconnect() 581 if (old_state != SOUP_CONNECTION_DISCONNECTED) in soup_connection_disconnect() 594 if (old_state != SOUP_CONNECTION_DISCONNECTED) in soup_connection_disconnect()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-reverseplay.c | 106 GstState old_state, new_state, pending_state; in state_cb() local 108 gst_message_parse_state_changed (msg, &old_state, &new_state, in state_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | notify.c | 86 enum wpa_states old_state) in wpas_notify_state_changed() argument 98 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed() 106 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
|
/third_party/glib/gio/gdbus-2.0/codegen/ |
D | parser.py | 133 old_state = self.state 293 self.state_stack.append(old_state)
|