Home
last modified time | relevance | path

Searched refs:nfa (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c35 } nfa; typedef
39 nfa *nf, node *n, int *pa, int *pb);
41 nfa *nf, node *n, int *pa, int *pb);
43 nfa *nf, node *n, int *pa, int *pb);
45 nfa *nf, node *n, int *pa, int *pb);
48 addnfastate(nfa *nf) in addnfastate()
63 addnfaarc(nfa *nf, int from, int to, int lbl) in addnfaarc()
78 static nfa *
81 nfa *nf; in newnfa()
84 nf = (nfa *)PyObject_MALLOC(sizeof(nfa)); in newnfa()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
Drexpr.c127 Graph nfa; local
134 if ( regExpr(&nfa) == -1 ) return -1;
135 accept = nfa.right;
136 result = match(nfa.left, s);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg_p.g46 int nfa_allocated = 0; /* keeps track of number of nfa nodes */
47 nfa_node **nfa_array = NULL;/* root of binary tree that stores nfa array */
449 /* adds a new nfa to the binary tree and returns a pointer to it */
492 nfa_model_node.node_no = -1; /* impossible value for real nfa node */