HomeSort by: relevance | last modified time | path
    Searched defs:old_state (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 52 sigset_t set, old_state; local
55 sigprocmask (SIG_UNBLOCK, &set, &old_state);
56 SCOPE_EXIT { sigprocmask (SIG_SETMASK, &old_state, nullptr); };
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_ignore_signal.h 44 sigset_t set, old_state; local
48 sigprocmask (SIG_BLOCK, &set, &old_state);
49 m_was_blocked = sigismember (&old_state, Sig);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 52 sigset_t set, old_state; local
55 sigprocmask (SIG_UNBLOCK, &set, &old_state);
56 SCOPE_EXIT { sigprocmask (SIG_SETMASK, &old_state, nullptr); };
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_ignore_signal.h 44 sigset_t set, old_state; local
48 sigprocmask (SIG_BLOCK, &set, &old_state);
49 m_was_blocked = sigismember (&old_state, Sig);
  /src/external/gpl3/gdb/dist/gdb/
i386-gnu-nat.c 217 thread_state_data_t old_state;
223 memcpy (&old_state, &thread->state, sizeof (old_state));
244 && memcpy (REG_ADDR (&old_state, check_regno),
215 thread_state_data_t old_state; local
  /src/external/gpl3/gdb.old/dist/gdb/
i386-gnu-nat.c 217 thread_state_data_t old_state;
223 memcpy (&old_state, &thread->state, sizeof (old_state));
244 && memcpy (REG_ADDR (&old_state, check_regno),
215 thread_state_data_t old_state; local
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.c 131 struct drm_connector_state *old_state = local
134 to_intel_digital_connector_state(old_state);
137 intel_hdcp_atomic_check(conn, old_state, new_state);
138 intel_psr_atomic_check(conn, old_state, new_state);
  /src/sys/net/agr/
ieee8023ad_lacp.c 262 uint8_t old_state; local
269 old_state = lp->lp_state;
280 if (old_state != lp->lp_state || old_key != lp->lp_key) {
  /src/external/bsd/jemalloc/dist/src/
tsd.c 175 uint8_t old_state; local
178 old_state = tsd_atomic_exchange(&tsd->state, new_state,
180 } while (old_state == tsd_state_nominal_recompute);
189 uint8_t old_state = tsd_atomic_load(&tsd->state, ATOMIC_RELAXED); local
190 if (old_state > tsd_state_nominal_max) {
  /src/external/bsd/wpa/dist/src/fst/
fst_ctrl_aux.h 67 enum fst_session_state old_state; member in struct:fst_event_extra::fst_event_extra_session_state
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 163 struct drm_plane_state *state, *old_state, *new_state; member in struct:__drm_planes_state
168 struct drm_crtc_state *state, *old_state, *new_state; member in struct:__drm_crtcs_state
186 struct drm_connector_state *state, *old_state, *new_state; member in struct:__drm_connnectors_state
307 struct drm_private_state *state, *old_state, *new_state; member in struct:__drm_private_objs_state
511 return state->crtcs[drm_crtc_index(crtc)].old_state;
558 return state->planes[drm_plane_index(plane)].old_state;
616 return state->connectors[index].old_state;
709 (old_connector_state) = (__state)->connectors[__i].old_state, \
731 (old_connector_state) = (__state)->connectors[__i].old_state, 1))
774 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rcidm.c 383 unsigned int old_state = rcid->state; local
385 assert(state >= old_state && state <= RCID_STATE_RETIRING);
387 if (state == old_state)
395 if (old_state == RCID_STATE_PENDING) {
405 if (old_state == RCID_STATE_CUR)
  /src/external/gpl3/gcc/dist/libcpp/
pch.cc 802 struct lexer_state old_state; local
816 old_state = r->state;
858 r->state = old_state;
  /src/external/gpl3/gcc.old/dist/libcpp/
pch.cc 802 struct lexer_state old_state; local
816 old_state = r->state;
851 r->state = old_state;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs780_dpm.c 437 struct igp_ps *old_state = rs780_get_ps(old_ps); local
440 if ((new_state->sclk_high == old_state->sclk_high) &&
441 (new_state->sclk_low == old_state->sclk_low))
455 old_state->sclk_high, false, &current_max_dividers);
484 struct igp_ps *old_state = rs780_get_ps(old_ps); local
487 if ((new_state->sclk_high == old_state->sclk_high) &&
488 (new_state->sclk_low == old_state->sclk_low))
503 struct igp_ps *old_state = rs780_get_ps(old_ps); local
505 if ((new_state->sclk_high == old_state->sclk_high) &&
506 (new_state->sclk_low == old_state->sclk_low)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 41 * @old_state: Old state of plane.
124 struct drm_plane_state *old_state; member in struct:vmw_du_update_plane
465 struct drm_plane_state *old_state);
469 struct drm_plane_state *old_state);
vmwgfx_stdu.c 416 struct drm_crtc_state *old_state)
421 struct drm_crtc_state *old_state)
1001 * @old_state: Contains the FB to clean up
1009 struct drm_plane_state *old_state)
1011 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state);
1016 vmw_du_plane_cleanup_fb(plane, old_state);
1359 * @old_state: old plane state.
1369 struct drm_plane_state *old_state,
1377 bo_update.base.old_state = old_state;
1444 struct drm_plane_state *old_state = update->old_state; local
    [all...]
  /src/sys/kern/
vfs_trans.c 698 enum fstrans_state old_state; local
708 old_state = fmi->fmi_state;
709 if (old_state == new_state)
728 if (old_state != new_state) {
729 if (old_state == FSTRANS_NORMAL) {
  /src/external/gpl3/binutils/dist/gas/
app.c 274 static int old_state; variable
290 int old_state; member in struct:app_save
315 saved->old_state = old_state;
354 old_state = saved->old_state;
494 -1: output string in out_string and go to the state in old_state
591 state = old_state;
592 old_state = 3;
611 old_state = 3
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
app.c 278 static int old_state; variable
294 int old_state; member in struct:app_save
319 saved->old_state = old_state;
358 old_state = saved->old_state;
498 -1: output string in out_string and go to the state in old_state
595 state = old_state;
596 old_state = 3;
615 old_state = 3
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-taint.cc 1189 state_t old_state local
1191 if (old_state == m_tainted
1192 || old_state == m_has_lb
1193 || old_state == m_has_ub)
1253 state_t old_state = sm_ctxt->get_state (stmt, &sval);
1254 if (old_state == m_tainted)
1263 else if (old_state == m_has_ub && ranges_have_lb)
1265 else if (old_state == m_has_lb && ranges_have_ub)
  /src/external/gpl3/gdb/dist/sim/common/
dv-cfi.c 366 enum cfi_state old_state;
396 old_state = cfi->state;
435 state_names[old_state], state_names[cfi->state]));
362 enum cfi_state old_state; local
  /src/external/gpl3/gdb.old/dist/sim/common/
dv-cfi.c 366 enum cfi_state old_state;
396 old_state = cfi->state;
435 state_names[old_state], state_names[cfi->state]));
362 enum cfi_state old_state; local
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 965 crtc_needs_disable(struct drm_crtc_state *old_state,
973 return drm_atomic_crtc_effectively_active(old_state);
980 return old_state->active ||
981 (old_state->self_refresh_active && !new_state->enable) ||
986 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state)
994 for_each_oldnew_connector_in_state(old_state, connector, old_conn_state, new_conn_state, i) {
1004 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc);
1008 old_state,
1035 drm_atomic_bridge_chain_disable(bridge, old_state);
1040 funcs->atomic_disable(encoder, old_state);
2578 struct drm_atomic_state *old_state = old_crtc_state->state; local
    [all...]
  /src/usr.bin/mail/
thread.c 578 state_t old_state; local
579 old_state = state;
584 return old_state;

Completed in 63 milliseconds

1 2