OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comstate
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c
46
* int state[numecs], statenum, totaltrans,
comstate
, comfreq;
47
* bldtbl( state, statenum, totaltrans,
comstate
, comfreq );
51
* totaltrans is the total number of transitions out of the state.
Comstate
53
* Comfreq is how many transitions there are out of State to
Comstate
.
78
void bldtbl( state, statenum, totaltrans,
comstate
, comfreq )
79
int state[], statenum, totaltrans,
comstate
, comfreq;
106
* protos which have the same "
comstate
" value.
116
/* Find first proto which has the same "
comstate
". */
118
if ( protcomst[i] ==
comstate
)
131
* frequency, we set the "
comstate
" to zero, assurin
[
all
...]
dfa.c
401
int targptr, totaltrans, i,
comstate
, comfreq, targ;
local
745
comstate
= 0;
751
comstate
= targstate[i];
754
bldtbl( state, ds, totaltrans,
comstate
, comfreq );
Completed in 164 milliseconds