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

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 104 * lastst[state1], but they're not maintained properly when we "or"
109 /* for ( ns = firstst[state1]; ns <= lastst[state1]; ++ns ) */
145 * states accessible by the arrays firstst and lastst
153 int last = lastst[mach];
180 lastst[init] = lastst[mach] + state_offset;
306 lastst[first] = MAX( lastst[first], lastst[last] );
606 lastst = reallocate_integer_array( lastst, current_mns )
    [all...]
main.c 75 int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2; variable
1061 lastst = allocate_integer_array( current_mns );
flexdef.h 468 * lastst - last physical state of fragment
490 extern int *firstst, *lastst, *finalst, *transchar, *trans1, *trans2;
    [all...]
parse.y 367 if ( transchar[lastst[$2]] != SYM_EPSILON )
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 936 if ( transchar[lastst[yyvsp[0]]] != SYM_EPSILON )
    [all...]

Completed in 38 milliseconds