OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dfa_array
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
automata.c
49
dfa_node **
dfa_array
; /* root of binary tree that stores dfa array */
variable
87
static int dfa_size=0; /* elements
dfa_array
[] can hold */
92
if (!
dfa_array
){
95
dfa_array
=(dfa_node **) malloc(sizeof(dfa_node*)*
100
dfa_array
=(dfa_node **) realloc(
dfa_array
,
111
dfa_array
[dfa_allocated] = t;
177
return
dfa_array
;
dlg.h
52
#define DFA_MIN 64 /* minimum
dfa_array
size */
94
#define DFA(x) (
dfa_array
[x])
137
extern dfa_node **
dfa_array
; /* start of dfa "array" */
Completed in 311 milliseconds