OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dfa_allocated
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
automata.c
48
int
dfa_allocated
= 0; /* keeps track of number of dfa nodes */
variable
89
++
dfa_allocated
;
90
if (dfa_size<=
dfa_allocated
){
94
dfa_size=
dfa_allocated
+DFA_MIN;
99
dfa_size=2*(
dfa_allocated
+1);
109
t->node_no =
dfa_allocated
;
111
dfa_array[
dfa_allocated
] = t;
171
} while (last_done<=
dfa_allocated
);
output.c
199
fprintf(class_stream, "\ttypedef %s DfaState;\n\n", minsize(
dfa_allocated
));
218
for(i=dfa_basep[m]; i<=
dfa_allocated
; ++i)
221
fprintf(class_stream, "\tstatic DfaState *dfa[%d];\n",
dfa_allocated
);
225
fprintf(class_stream, "\tstatic DfaState accepts[%d];\n",
dfa_allocated
+1);
226
fprintf(class_stream, "\tstatic DLGChar alternatives[%d];\n",
dfa_allocated
+1);
332
fprintf(OUT, "#define DfaStates\t%d\n",
dfa_allocated
);
333
fprintf(OUT, "typedef %s DfaState;\n\n", minsize(
dfa_allocated
));
344
dfa_allocated
);
396
for(i=dfa_basep[m]; i<=
dfa_allocated
; ++i)
424
trans =
dfa_allocated
+1;
[
all
...]
dlg.h
135
extern int
dfa_allocated
;
dlg_p.g
195
dfa_basep[mode_counter] =
dfa_allocated
+1;
dlg_p.c
205
dfa_basep[mode_counter] =
dfa_allocated
+1;
Completed in 254 milliseconds