Searched refs:state_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c191 typedef struct state *state_t; typedef in typeref:struct:state
212 DEF_VEC_P(state_t);
213 DEF_VEC_ALLOC_P(state_t,heap);
233 static arc_t first_out_arc (state_t);
700 state_t next_equiv_class_state;
707 state_t equiv_class_state;
735 state_t to_state;
756 state_t state;
824 state_t start_state;
3343 static state_t first_free_stat
211 DEF_VEC_P(state_t); variable
[all...]
H A Dsched-int.h26 /* For state_t. */
34 extern state_t curr_state;
H A Dhaifa-sched.c300 state_t curr_state;
543 static int early_queue_to_ready (state_t, struct ready_list *);
1800 early_queue_to_ready (state_t state, struct ready_list *ready)
1808 state_t temp_state = alloca (dfa_state_size);
2039 state_t state;
2270 state_t temp_state = NULL; /* It is used for multipass scheduling. */
/freebsd-9.3-release/sbin/init/
H A Dinit.c112 * The following at least guarantees that the return type of (*state_t)()
116 typedef state_func_t (*state_t)(void); typedef
138 static void transition(state_t);
139 static state_t requested_transition;
140 static state_t current_state = death_single;
198 state_t initial_transition = runcom;
319 initial_transition = (state_t) next_transition;
561 transition(state_t s)
566 current_state = (state_t) (*current_state)();
/freebsd-9.3-release/sbin/iscontrol/
H A Dfsm.c627 } state_t; typedef in typeref:enum:__anon5462
677 state_t state;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c237 static int get_max_pos (state_t);
238 static int get_template (state_t, int);
6160 static state_t temp_dfa_state = NULL;
6165 static state_t prev_cycle_state = NULL;
7238 state_t dfa_state;
7541 state_t dfa_state;
7572 get_max_pos (state_t state)
7601 get_template (state_t state, int pos)
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c350 static void mips_sim_init (struct mips_sim *, state_t);
8643 state_t dfa_state;
8661 mips_sim_init (struct mips_sim *state, state_t dfa_state)
8733 state_t tmp_state;

Completed in 142 milliseconds