OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:epsclosure
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
dfa.c
227
/*
epsclosure
- construct the epsilon closure of a set of ndfa states
230
* int *
epsclosure
( int t[num_states], int *numstates_addr,
247
int *
epsclosure
( t, ns_addr, accset, nacc_addr, hv_addr )
function
356
_( "consistency check failed in
epsclosure
()" ) );
567
nset =
epsclosure
( nset, &numstates, accset, &nacc, &hashval );
621
nset =
epsclosure
( nset, &numstates,
flexdef.h
729
extern int *
epsclosure
PROTO((int*, int*, int[], int*, int*));
[
all
...]
Completed in 428 milliseconds