Home
last modified time | relevance | path

Searched defs:state_t (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dgenautomata.c191 typedef struct state *state_t; typedef
5432 VEC(state_t,heap) **state_stack) in create_composed_state()
5607 static VEC(state_t,heap) *all_achieved_states; in VEC() argument
5753 init_equiv_class (VEC(state_t,heap) *states, VEC (state_t,heap) **classes) in init_equiv_class()
5784 copy_equiv_class (VEC(state_t,heap) **to, VEC(state_t,heap) *from) in copy_equiv_class()
5799 VEC(state_t,heap) **next_iteration_classes, in partition_equiv_class()
5854 VEC(state_t,heap) **equiv_classes) in evaluate_equiv_classes()
5902 merge_states (automaton_t automaton, VEC(state_t,heap) *equiv_classes) in merge_states()
7332 static VEC(state_t,heap) *output_states_vect; in VEC() argument
9028 static VEC(state_t,heap) *automaton_states; in VEC() argument
/openbsd-src/sbin/init/
H A Dinit.c107 } state_t; typedef
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c282 #define SHA_INIT(s, algo, transform, state, state_t) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenautomata.c195 typedef struct state *state_t; typedef