Searched refs:nacc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Ddfa.c84 * int accset[nacc+1], int nacc );
98 * accset[1 .. nacc] is the list of accepting numbers for the DFA state.
101 void check_trailing_context( nfa_states, num_states, accset, nacc )
104 int nacc;
126 for ( j = 1; j <= nacc; ++j )
251 int numstates = *ns_addr, nacc, hashval, transsym, nfaccnum; local
267 accset[++nacc] = nfaccnum; \
309 nacc = stkend = hashval = 0;
361 *nacc_addr = nacc;
397 int *accset, ds, nacc, newds; local
[all...]
H A Dgen.c786 int i, j, k, *accset, nacc, *acc_array, total_states; local
827 nacc = accsiz[i];
834 for ( k = 1; k <= nacc; ++k )
859 if ( k < nacc )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Ddfa.c84 * int accset[nacc+1], int nacc );
98 * accset[1 .. nacc] is the list of accepting numbers for the DFA state.
101 void check_trailing_context( nfa_states, num_states, accset, nacc )
104 int nacc;
126 for ( j = 1; j <= nacc; ++j )
251 int numstates = *ns_addr, nacc, hashval, transsym, nfaccnum; local
267 accset[++nacc] = nfaccnum; \
309 nacc = stkend = hashval = 0;
361 *nacc_addr = nacc;
397 int *accset, ds, nacc, newds; local
[all...]
H A Dgen.c786 int i, j, k, *accset, nacc, *acc_array, total_states; local
827 nacc = accsiz[i];
834 for ( k = 1; k <= nacc; ++k )
859 if ( k < nacc )

Completed in 141 milliseconds