HomeSort by relevance Sort by last modified time
    Searched refs:accset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 84 * 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 )
103 int *accset;
127 if ( accset[j] & YY_TRAILING_HEAD_MASK )
231 * int accset[num_rules+1], int *nacc_addr,
240 * accset holds a list of the accepting numbers, and the size of accset is
247 int *epsclosure( t, ns_addr, accset, nacc_addr, hv_addr )
248 int *t, *ns_addr, accset[], *nacc_addr, *hv_addr
397 int *accset, ds, nacc, newds; local
    [all...]
gen.c 786 int i, j, k, *accset, nacc, *acc_array, total_states; local
826 accset = dfaacc[i].dfaacc_set;
836 int accnum = accset[k];
857 accset[k] );
    [all...]

Completed in 53 milliseconds