HomeSort by: relevance | last modified time | path
    Searched defs:this_state (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
keyword-gen.c 360 u_short this_state; local
469 this_state = i;
472 if (sst[state].other_next_s == this_state) {
473 this_state = state;
475 } else if (sst[state].match_next_s == this_state) {
476 this_state = state;
481 } while (this_state != initial_state);
  /src/external/bsd/byacc/dist/
lr0.c 30 static core *this_state; variable
148 while (this_state)
150 closure(this_state->items, this_state->nitems);
158 this_state = this_state->next;
250 first_state = last_state = this_state = p;
417 p->number = this_state->number;
467 p->number = this_state->number;
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-state.cc 847 state_machine::state_t this_state = get_state (sval, ext_state); local
850 = sm.maybe_get_merged_state (this_state, other_state))
  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1808 enum pure_const_state_e this_state = pure_const_state;
1818 && this_state > w_l->state_previously_known)
1820 if (this_state == IPA_NEITHER)
1822 this_state = w_l->state_previously_known;
1830 w_l->pure_const_state = this_state;
1837 switch (this_state)
1807 enum pure_const_state_e this_state = pure_const_state; local
trans-mem.cc 1658 unsigned int this_state = 0;
1664 this_wi.info = (void *) &this_state;
1671 if (this_state == 0
1672 || (!(this_state & GTMA_HAVE_ABORT) && outer_state != NULL))
1675 *outer_state |= this_state;
1732 if ((this_state & GTMA_HAVE_ABORT)
1756 this_state |= gimple_transaction_subcode (stmt) & GTMA_DECLARATION_MASK;
1757 gimple_transaction_set_subcode (stmt, this_state);
1653 unsigned int this_state = 0; local
tree-eh.cc 980 THIS_STATE may be null if this is a try-cleanup, not a try-finally. */
984 struct leh_state *this_state,
1003 outer_state->ehp_region = this_state->cur_region;
1016 if (this_state)
1660 struct leh_state this_state; local
1673 this_state.cur_region = this_tf.region;
1678 this_state.cur_region = state->cur_region;
1681 this_state.outer_non_cleanup = state->outer_non_cleanup;
1682 this_state.ehp_region = state->ehp_region;
1683 this_state.tf = &this_tf
1768 struct leh_state this_state = *state; local
1860 struct leh_state this_state = *state; local
1908 struct leh_state this_state = *state; local
1942 struct leh_state this_state = *state; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1797 enum pure_const_state_e this_state = pure_const_state;
1807 && this_state > w_l->state_previously_known)
1809 if (this_state == IPA_NEITHER)
1811 this_state = w_l->state_previously_known;
1819 w_l->pure_const_state = this_state;
1826 switch (this_state)
1796 enum pure_const_state_e this_state = pure_const_state; local
trans-mem.cc 1652 unsigned int this_state = 0;
1658 this_wi.info = (void *) &this_state;
1665 if (this_state == 0
1666 || (!(this_state & GTMA_HAVE_ABORT) && outer_state != NULL))
1669 *outer_state |= this_state;
1726 if ((this_state & GTMA_HAVE_ABORT)
1750 this_state |= gimple_transaction_subcode (stmt) & GTMA_DECLARATION_MASK;
1751 gimple_transaction_set_subcode (stmt, this_state);
1647 unsigned int this_state = 0; local
tree-eh.cc 980 THIS_STATE may be null if this is a try-cleanup, not a try-finally. */
984 struct leh_state *this_state,
1003 outer_state->ehp_region = this_state->cur_region;
1016 if (this_state)
1659 struct leh_state this_state; local
1672 this_state.cur_region = this_tf.region;
1677 this_state.cur_region = state->cur_region;
1680 this_state.outer_non_cleanup = state->outer_non_cleanup;
1681 this_state.ehp_region = state->ehp_region;
1682 this_state.tf = &this_tf
1767 struct leh_state this_state = *state; local
1859 struct leh_state this_state = *state; local
1907 struct leh_state this_state = *state; local
1941 struct leh_state this_state = *state; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-cris.c 528 relax_substateT this_state; local
572 this_state = fragP->fr_subtype;
573 start_type = this_type = table + this_state;
584 this_state = next_state;
585 this_type = table + this_state;
598 this_state = next_state;
599 this_type = table + this_state;
606 fragP->fr_subtype = this_state;
tc-m68hc11.c 3882 relax_substateT this_state;
3919 this_state = fragP->fr_subtype;
3920 start_type = this_type = table + this_state;
3931 this_state = next_state;
3932 this_type = table + this_state;
3945 this_state = next_state;
3946 this_type = table + this_state;
3953 fragP->fr_subtype = this_state;
3872 relax_substateT this_state; local
tc-msp430.c 4983 relax_substateT this_state; local
5008 this_state = fragP->fr_subtype;
5009 start_type = this_type = table + this_state;
5020 this_state = next_state;
5021 this_type = table + this_state;
5034 this_state = next_state;
5035 this_type = table + this_state;
5042 fragP->fr_subtype = this_state;
tc-csky.c 5705 relax_substateT this_state; local
5716 this_state = fragP->fr_subtype;
5717 start_type = this_type = table + this_state;
5786 this_state = next_state;
5787 this_type = table + this_state;
5800 this_state = next_state;
5801 this_type = table + this_state;
5808 fragP->fr_subtype = this_state;
  /src/external/gpl3/binutils/dist/gas/
write.c 2549 relax_substateT this_state; local
2560 this_state = fragP->fr_subtype;
2561 start_type = this_type = table + this_state;
2610 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
2622 this_state = next_state;
2623 this_type = table + this_state;
2636 this_state = next_state;
2637 this_type = table + this_state;
2644 fragP->fr_subtype = this_state;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-cris.c 528 relax_substateT this_state; local
572 this_state = fragP->fr_subtype;
573 start_type = this_type = table + this_state;
584 this_state = next_state;
585 this_type = table + this_state;
598 this_state = next_state;
599 this_type = table + this_state;
606 fragP->fr_subtype = this_state;
tc-m68hc11.c 3882 relax_substateT this_state;
3919 this_state = fragP->fr_subtype;
3920 start_type = this_type = table + this_state;
3931 this_state = next_state;
3932 this_type = table + this_state;
3945 this_state = next_state;
3946 this_type = table + this_state;
3953 fragP->fr_subtype = this_state;
3872 relax_substateT this_state; local
tc-msp430.c 4983 relax_substateT this_state; local
5008 this_state = fragP->fr_subtype;
5009 start_type = this_type = table + this_state;
5020 this_state = next_state;
5021 this_type = table + this_state;
5034 this_state = next_state;
5035 this_type = table + this_state;
5042 fragP->fr_subtype = this_state;
tc-csky.c 5705 relax_substateT this_state; local
5716 this_state = fragP->fr_subtype;
5717 start_type = this_type = table + this_state;
5786 this_state = next_state;
5787 this_type = table + this_state;
5800 this_state = next_state;
5801 this_type = table + this_state;
5808 fragP->fr_subtype = this_state;
  /src/external/gpl3/binutils.old/dist/gas/
write.c 2547 relax_substateT this_state; local
2558 this_state = fragP->fr_subtype;
2559 start_type = this_type = table + this_state;
2608 md_prepare_relax_scan (fragP, address, aim, this_state, this_type);
2620 this_state = next_state;
2621 this_type = table + this_state;
2634 this_state = next_state;
2635 this_type = table + this_state;
2642 fragP->fr_subtype = this_state;

Completed in 135 milliseconds