Searched defs:old_state (Results 1 - 25 of 34) sorted by relevance

12

/external/fio/
H A Dlibfio.c218 int old_state = td->runstate; local
221 return old_state;
224 void td_restore_runstate(struct thread_data *td, int old_state) argument
226 td_set_runstate(td, old_state);
H A Dblktrace.c427 int fd, i, old_state; local
439 old_state = td_bump_runstate(td, TD_SETTING_UP);
510 td_restore_runstate(td, old_state);
H A Dfilesetup.c854 int old_state; local
860 old_state = td_bump_runstate(td, TD_SETTING_UP);
1108 td_restore_runstate(td, old_state);
1113 td_restore_runstate(td, old_state);
H A Diolog.c1551 int old_state, i; local
1553 old_state = td_bump_runstate(td, TD_FINISHING);
1577 td_restore_runstate(td, old_state);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dchap.c524 int secret_len, old_state; local
621 old_state = cstate->serverstate;
623 if (old_state == CHAPSS_INITIAL_CHAL) {
/external/v8/src/crankshaft/
H A Dhydrogen-escape-analysis.cc88 HCapturedObject* old_state) {
92 HValue* operand = old_state->OperandAt(index);
103 HCapturedObject* old_state) {
106 HValue* operand = old_state->OperandAt(index);
86 NewStateForLoopHeader( HInstruction* previous, HCapturedObject* old_state) argument
101 NewStateCopy( HInstruction* previous, HCapturedObject* old_state) argument
/external/v8/src/ic/
H A Dic-state.cc410 CompareICState::State CompareICState::NewInputState(State old_state, argument
412 switch (old_state) {
462 Isolate* isolate, State old_state, State old_left, State old_right,
465 switch (old_state) {
461 TargetState( Isolate* isolate, State old_state, State old_left, State old_right, Token::Value op, bool has_inlined_smi_code, Handle<Object> x, Handle<Object> y) argument
H A Dic.cc109 void IC::TraceIC(const char* type, Handle<Object> name, State old_state, argument
131 TransitionMarkFromState(old_state),
159 ic_info.state += TransitionMarkFromState(old_state);
403 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state, argument
406 switch (old_state) {
460 State old_state = StateFromCode(old_target); local
473 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta,
2809 BinaryOpICState old_state(isolate(), target()->extra_ic_state());
2842 ic_info.state = old_state.ToString();
2852 BinaryOpIC(pc, line, column, *new_target, old_state
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpubsubstateclient.h46 C old_state; member in struct:buzz::PubSubStateChange
199 C old_state = has_old_state ? state_by_key_[key] : default_state_; local
200 if ((retracted && !has_old_state) || StatesEqual(new_state, old_state)) {
218 change.old_state = old_state;
H A Dchatroommoduleimpl.cc405 XmppChatroomState old_state; member in struct:buzz::StateTransitionDescription
531 XmppChatroomState old_state = chatroom_state_; local
534 if (old_state == new_state)
540 if (Transitions[i].old_state == old_state &&
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_aux.h56 enum fst_session_state old_state; member in struct:fst_event_extra::fst_event_extra_session_state
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_aux.h56 enum fst_session_state old_state; member in struct:fst_event_extra::fst_event_extra_session_state
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c406 * @old_state: old state wpa_supplicant is leaving
413 enum wpa_states old_state)
430 if (new_state == old_state)
444 old_state_str = wpa_supplicant_state_txt(old_state);
411 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
H A Ddbus_old.h76 enum wpa_states old_state);
110 enum wpa_states old_state)
108 wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_aux.h56 enum fst_session_state old_state; member in struct:fst_event_extra::fst_event_extra_session_state
/external/adhd/cras/src/server/
H A Dcras_bt_transport.c251 enum cras_bt_transport_state old_state = local
256 if (transport->state != old_state)
/external/honggfuzz/mac/
H A Darch.c666 int* flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt,
664 catch_mach_exception_raise_state(mach_port_t exception_port, exception_type_t exception, const mach_exception_data_t code, mach_msg_type_number_t codeCnt, int* flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t* new_stateCnt) argument
/external/libmojo/mojo/edk/system/
H A Ddata_pipe_consumer_dispatcher.cc253 HandleSignalsState old_state = GetHandleSignalsStateNoLock(); local
274 if (!new_state.equals(old_state))
/external/syslinux/core/lwip/src/api/
H A Dapi_msg.c350 enum netconn_state old_state; local
364 old_state = conn->state;
386 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
387 (old_state == NETCONN_CONNECT)) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c295 unsigned old_state = setup->state; local
297 if (old_state == new_state)
303 states[old_state],
314 if (old_state == SETUP_FLUSHED)
327 if (old_state == SETUP_CLEARED)
/external/drm_hwcomposer/
H A Dhwcomposer.cpp137 drmModeConnection old_state = conn->state(); local
143 if (cur_state == old_state)
/external/libevent/
H A Dbufferevent_openssl.c327 unsigned old_state : 2; member in struct:bufferevent_openssl
1308 return be_openssl_set_fd(bev_ssl, bev_ssl->old_state, data->fd);
1376 bev_ssl->old_state = state;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.c97 enum wpa_states old_state)
104 old_state);
113 else if (old_state >= WPA_ASSOCIATED &&
121 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED)
95 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) argument
/external/webrtc/webrtc/p2p/base/
H A Dport.cc850 State old_state = state_; local
852 if (state != old_state) {
/external/v8/src/
H A Dlog.cc1294 int column, Map* map, Object* key, char old_state,
1303 msg.Append(old_state);
1327 const char* old_right, const char* old_state,
1336 msg.Append(",%s,%s,%s,%s,%s,%s,%s", op, old_left, old_right, old_state,
1342 const char* old_state, const char* new_state,
1350 msg.Append(",%s,%s,", old_state, new_state);
1358 const char* old_state, const char* new_state) {
1365 msg.Append(",%s,%s,", old_state, new_state);
1293 ICEvent(const char* type, bool keyed, const Address pc, int line, int column, Map* map, Object* key, char old_state, char new_state, const char* modifier, const char* slow_stub_reason) argument
1325 CompareIC(const Address pc, int line, int column, Code* stub, const char* op, const char* old_left, const char* old_right, const char* old_state, const char* new_left, const char* new_right, const char* new_state) argument
1341 BinaryOpIC(const Address pc, int line, int column, Code* stub, const char* old_state, const char* new_state, AllocationSite* allocation_site) argument
1357 ToBooleanIC(const Address pc, int line, int column, Code* stub, const char* old_state, const char* new_state) argument

Completed in 3040 milliseconds

12