Searched refs:transitions (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c2243 tre_tnfa_transition_t* transitions, int* counts, int* offs) {
2248 if (transitions != NULL)
2261 trans = transitions + offs[p1->position];
2289 trans->state = transitions + offs[p2->position];
2362 /* Compute a maximum limit for the number of transitions leaving
2375 /* Converts the syntax tree to a TNFA. All the transitions in the TNFA are
2376 labelled with one character range (there are no transitions on empty
2379 static reg_errcode_t tre_ast_to_tnfa(tre_ast_node_t* node, tre_tnfa_transition_t* transitions, argument
2392 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
2395 errcode = tre_ast_to_tnfa(uni->right, transitions, count
2242 tre_make_trans(tre_pos_and_tags_t* p1, tre_pos_and_tags_t* p2, tre_tnfa_transition_t* transitions, int* counts, int* offs) argument
2444 tre_tnfa_transition_t *transitions, *initial; local
[all...]
H A Dtre.h89 /* TNFA transition type. A TNFA state is an array of transitions,
149 tre_tnfa_transition_t* transitions; member in struct:tnfa

Completed in 113 milliseconds