Home
last modified time | relevance | path

Searched defs:transitions (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-compile.c1574 tre_tnfa_transition_t *transitions, in tre_make_trans()
1791 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, in tre_ast_to_tnfa()
1865 tre_tnfa_transition_t *transitions, *initial; in tre_compile() local
H A Dtre-internal.h232 tre_tnfa_transition_t *transitions; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d2348 auto transitions = new Transition[](tempTransitions.length); variable
2349 foreach (i, ref transition; transitions) in foreach()
2364 foreach (transition; retro(transitions)) in foreach()
2716 this(immutable Transition[] transitions, in this()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d2222 auto transitions = new Transition[](tempTransitions.length); variable
2223 foreach (i, ref transition; transitions) in foreach()
2238 foreach (transition; retro(transitions)) in foreach()
2577 this(immutable Transition[] transitions, in this()
/netbsd-src/sys/dev/isa/
H A Disv.c176 int state, transitions; in isv_probe() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.c1874 build_transition_table (const string_pattern_pair *transitions, in build_transition_table()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.c1878 build_transition_table (const string_pattern_pair *transitions, in build_transition_table()
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c946 …_item* handle_iteratives(struct stack_item *transitions_ptr, struct stack_item *transitions, struc… in handle_iteratives()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c2322 auto_vec <merge_pattern_transition *, 1> transitions; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc2320 auto_vec <merge_pattern_transition *, 1> transitions; member in merge_pattern_info