/external/fio/ |
D | libfio.c | 182 int old_state = td->runstate; in td_bump_runstate() local 185 return old_state; in td_bump_runstate() 188 void td_restore_runstate(struct thread_data *td, int old_state) in td_restore_runstate() argument 190 td_set_runstate(td, old_state); in td_restore_runstate()
|
D | blktrace.c | 340 int fd, i, old_state; in load_blktrace() local 352 old_state = td_bump_runstate(td, TD_SETTING_UP); in load_blktrace() 418 td_restore_runstate(td, old_state); in load_blktrace()
|
D | filesetup.c | 761 int old_state; in setup_files() local 767 old_state = td_bump_runstate(td, TD_SETTING_UP); in setup_files() 961 td_restore_runstate(td, old_state); in setup_files() 966 td_restore_runstate(td, old_state); in setup_files()
|
D | iolog.c | 1235 int old_state, i; in fio_writeout_logs() local 1237 old_state = td_bump_runstate(td, TD_FINISHING); in fio_writeout_logs() 1261 td_restore_runstate(td, old_state); in fio_writeout_logs()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_old.h | 76 enum wpa_states old_state); 110 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument
|
D | dbus_old.c | 413 enum wpa_states old_state) in wpa_supplicant_dbus_notify_state_change() argument 430 if (new_state == old_state) in wpa_supplicant_dbus_notify_state_change() 444 old_state_str = wpa_supplicant_state_txt(old_state); in wpa_supplicant_dbus_notify_state_change()
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | lldb_controller.py | 328 old_state = self.process.GetState() 331 if old_state == lldb.eStateInvalid or old_state == lldb.eStateExited: 352 if old_state == lldb.eStateAttaching and new_state == lldb.eStateStopped: 361 if old_state == new_state:
|
/external/v8/src/ic/ |
D | ic.cc | 99 void IC::TraceIC(const char* type, Handle<Object> name, State old_state, in TraceIC() argument 125 PrintF(" (%c->%c%s)", TransitionMarkFromState(old_state), in TraceIC() 138 #define TRACE_VECTOR_IC(type, name, old_state, new_state) \ argument 139 TraceIC(type, name, old_state, new_state) 355 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state, in ComputeTypeInfoCountDelta() argument 358 switch (old_state) { in ComputeTypeInfoCountDelta() 393 State old_state, State new_state, in OnTypeFeedbackChanged() argument 404 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta, in OnTypeFeedbackChanged() 428 State old_state = UNINITIALIZED; in PostPatching() local 432 old_state = old_target->ic_state(); in PostPatching() [all …]
|
D | ic-state.h | 202 static State NewInputState(State old_state, Handle<Object> value); 206 static State TargetState(State old_state, State old_left, State old_right,
|
D | ic-state.cc | 509 CompareICState::State CompareICState::NewInputState(State old_state, in NewInputState() argument 511 switch (old_state) { in NewInputState() 553 State old_state, State old_left, State old_right, Token::Value op, in TargetState() argument 555 switch (old_state) { in TargetState()
|
D | ic.h | 151 void TraceIC(const char* type, Handle<Object> name, State old_state, 164 State old_state, State new_state,
|
/external/v8/src/ |
D | hydrogen-escape-analysis.cc | 87 HCapturedObject* old_state) { in NewStateForLoopHeader() argument 91 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader() 102 HCapturedObject* old_state) { in NewStateCopy() argument 105 HValue* operand = old_state->OperandAt(index); in NewStateCopy()
|
D | code-stubs.cc | 436 State old_state = state; in UpdateStatus() local 452 TraceTransition(old_state, state); in UpdateStatus()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 45 const thread_state_t old_state, 62 thread_state_t old_state, 90 const thread_state_t old_state, in catch_mach_exception_raise_state() argument 119 thread_state_t old_state, in catch_mach_exception_raise_state_identity() argument
|
D | MachProcess.cpp | 269 const nub_state_t old_state = m_state; in SetState() local 271 if (old_state == eStateExited) in SetState() 275 else if (old_state == new_state) in SetState() 286 … %s), event_mask = 0x%8.8x", DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask); in SetState()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 277 unsigned old_state = setup->state; in set_scene_state() local 279 if (old_state == new_state) in set_scene_state() 285 states[old_state], in set_scene_state() 296 if (old_state == SETUP_FLUSHED) in set_scene_state() 309 if (old_state == SETUP_CLEARED) in set_scene_state()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 79 enum wpa_states old_state) in wpas_notify_state_changed() argument 86 old_state); in wpas_notify_state_changed() 93 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed()
|
D | notify.h | 24 enum wpa_states old_state);
|
D | wpa_supplicant.c | 714 enum wpa_states old_state = wpa_s->wpa_state; in wpa_supplicant_set_state() local 804 if (old_state >= WPA_ASSOCIATED && wpa_s->wpa_state < WPA_ASSOCIATED) in wpa_supplicant_set_state() 807 if (wpa_s->wpa_state != old_state) { in wpa_supplicant_set_state() 808 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state); in wpa_supplicant_set_state() 817 old_state == WPA_COMPLETED) in wpa_supplicant_set_state() 855 enum wpa_states old_state = wpa_s->wpa_state; in wpa_supplicant_clear_status() local 864 if (wpa_s->wpa_state != old_state) in wpa_supplicant_clear_status() 865 wpas_notify_state_changed(wpa_s, wpa_s->wpa_state, old_state); in wpa_supplicant_clear_status()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 864 struct pipe_framebuffer_state *old_state = r300->fb_state.state; in r300_set_framebuffer_state() local 883 if (old_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) { in r300_set_framebuffer_state() 886 if (!pipe_surface_equal(old_state->zsbuf, state->zsbuf)) { in r300_set_framebuffer_state() 893 pipe_surface_reference(&r300->locked_zbuffer, old_state->zsbuf); in r300_set_framebuffer_state() 918 if (!!old_state->zsbuf != !!state->zsbuf) { in r300_set_framebuffer_state()
|
/external/lldb/source/Target/ |
D | Process.cpp | 1635 const StateType old_state = m_public_state.GetValue(); in SetPublicState() local 1651 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPublicState() 1700 const StateType old_state = m_private_state.GetValueNoLock (); in SetPrivateState() local 1701 state_changed = old_state != new_state; in SetPrivateState() 1703 const bool old_state_is_stopped = StateIsStoppedState(old_state, false); in SetPrivateState() 4726 lldb::StateType old_state; in RunThreadPlan() local 4751 old_state = m_public_state.GetValue(); in RunThreadPlan() 5240 m_public_state.SetValueNoLock(old_state); in RunThreadPlan()
|
/external/libnfc-nci/src/nfa/dm/ |
D | nfa_dm_discover.c | 1772 tNFA_DM_RF_DISC_STATE old_state = nfa_dm_cb.disc_cb.disc_state; in nfa_dm_disc_new_state() local 1795 if (old_state > NFA_DM_RFST_DISCOVERY) in nfa_dm_disc_new_state()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 3086 int old_state; in wps_process_wsc_nack() local 3091 old_state = wps->state; in wps_process_wsc_nack() 3139 switch (old_state) { in wps_process_wsc_nack()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 7466 natural_t old_state[144]; in POST() member 7476 thread_state_from_vex((thread_state_t)reply->old_state, in POST()
|